Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Nov 2, 2024
1 parent 39abe88 commit 5f77d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optika/_tests/test_apertures.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def test__call__(self, a: optika.apertures.AbstractAperture):

result = a(position)
assert np.issubdtype(na.get_dtype(result), bool)
# assert set(na.shape(position)).issubset(na.shape(result))
assert np.any(result)

@pytest.mark.parametrize("rays", optika.rays._tests.test_ray_vectors.rays)
Expand Down

0 comments on commit 5f77d5e

Please sign in to comment.