We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a632584 + eea48f5 commit 48b18dbCopy full SHA for 48b18db
tensorflow/python/ops/histogram_ops_test.py
@@ -176,7 +176,8 @@ def test_shape_inference(self):
176
self.assertAllClose(expected_bin_counts, hist.eval({placeholder: 5}))
177
178
179
- def test_large_range(self):
+ # This test is disabled on 2.11 as it OOMs + segfaults afterwards
180
+ def DISABLED_test_large_range(self):
181
hist = histogram_ops.histogram_fixed_width(
182
values=constant_op.constant(
183
[-(2**31), 2**31 - 1], dtype=dtypes.int32
0 commit comments