From 4d000465e988e88e79b183b66da23a42282feed0 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Fri, 11 Oct 2024 15:49:37 -0600 Subject: [PATCH] coverage --- optika/_tests/test_systems.py | 1 + 1 file changed, 1 insertion(+) diff --git a/optika/_tests/test_systems.py b/optika/_tests/test_systems.py index 3f4d256..1a554b4 100644 --- a/optika/_tests/test_systems.py +++ b/optika/_tests/test_systems.py @@ -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, )