Skip to content

Commit

Permalink
Updated tests to run on Iris Xe
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Apr 24, 2024
1 parent 546602b commit b2b9dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_weights(self, density):
iv, weights=iw, density=density
)
assert_dtype_allclose(result_hist, expected_hist)
assert_allclose(result_edges, expected_edges)
assert_dtype_allclose(result_edges, expected_edges)

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

0 comments on commit b2b9dcf

Please sign in to comment.