Skip to content

Commit b2b9dcf

Browse files
committed
Updated tests to run on Iris Xe
1 parent 546602b commit b2b9dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_weights(self, density):
186186
iv, weights=iw, density=density
187187
)
188188
assert_dtype_allclose(result_hist, expected_hist)
189-
assert_allclose(result_edges, expected_edges)
189+
assert_dtype_allclose(result_edges, expected_edges)
190190

191191
def test_integer_weights(self):
192192
v = numpy.array([1, 2, 2, 4])

0 commit comments

Comments
 (0)