Skip to content

Commit

Permalink
Fixe failing test in test_ray_vectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Aug 31, 2023
1 parent 629fe3f commit 1ff3d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optika/rays/_tests/test_ray_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _arrays() -> list[optika.rays.RayVectorArray]:
stop=10 * u.mm,
axis="y",
num=_num_y,
),
).explicit,
direction=na.Cartesian3dVectorArray(0, 0, 1),
),
]
Expand Down

0 comments on commit 1ff3d8a

Please sign in to comment.