Skip to content

Commit

Permalink
Update _compat_numpy_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 12, 2024
1 parent b967edc commit 512f734
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions brainunit/math/_compat_numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def test_asarray(self):
result_q = bu.math.asarray([1, 2, 3], unit=bu.second)
assert_quantity(result_q, jnp.asarray([1, 2, 3]), bu.second)

q1 = [1, 2, 3] * bu.second
result_q = bu.math.asarray(q1, unit=bu.ms)
assert_quantity(result_q, jnp.asarray([1, 2, 3]) * 1000, bu.ms)

def test_arange(self):
result = bu.math.arange(5)
Expand Down

0 comments on commit 512f734

Please sign in to comment.