Skip to content

Commit

Permalink
Merge pull request #470 from neutrinoceros/cleanup_skipif
Browse files Browse the repository at this point in the history
TST: cleanup an unused skip condition
  • Loading branch information
jzuhone authored Nov 21, 2023
2 parents 997a36c + a6dd344 commit 0679ac3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unyt/tests/test_unyt_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,9 +1182,6 @@ def test_ufuncs():
binary_ufunc_comparison(ufunc, pair[0], pair[1])


@pytest.mark.skipif(
np.__version__ < "1.16", reason="matmul is broken on old numpy versions"
)
def test_dot_matmul():
arr = unyt_array([[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]], "cm")

Expand Down

0 comments on commit 0679ac3

Please sign in to comment.