Skip to content

Commit

Permalink
Bump named-arrays to 0.14.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie authored Nov 2, 2024
1 parent 52cad45 commit 5f841c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]
dependencies = [
"astropy",
"named-arrays==0.14.1",
"named-arrays==0.14.2",
"svglib",
"rlPyCairo",
]
Expand Down

0 comments on commit 5f841c6

Please sign in to comment.