Skip to content

Commit

Permalink
Modify test so that both new cases fail without fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Apr 29, 2024
1 parent 61f6f9c commit 49e16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_regrid/test_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_mode(args):
assert np.allclose(weights, 0.5)

values = np.array([-1, 1, 1, 3, 4])
indices = np.array([0, 1, 2])
indices = np.array([1, 2, 3])
weights = np.array([1.0, 1.0, 1.0])
args = (values, indices, weights)
actual = reduce.mode(*args)
Expand Down

0 comments on commit 49e16ae

Please sign in to comment.