Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 11, 2024
1 parent e37d482 commit 4d00046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optika/_tests/test_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def test_rayfunction_default(self, a: optika.systems.AbstractSequentialSystem):
axis_pixel=na.Cartesian2dVectorArray("detector_x", "detector_y"),
timedelta_exposure=1 * u.s,
num_pixel=na.Cartesian2dVectorArray(128, 128),
transformation=na.transformations.Cartesian3dTranslation(z=1 * u.mm),
is_field_stop=True,
)

Expand Down

0 comments on commit 4d00046

Please sign in to comment.