Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed Dec 6, 2024
1 parent 2a50803 commit 33c6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam_core/coordinates/tests/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_benchmark_transform_cartesian_coordinates(
vy=np.array([1] * size),
vz=np.array([1] * size),
time=Timestamp.from_mjd([50000] * size),
origin=Origin.from_kwargs(code=[OriginCodes.SUN] * size),
origin=Origin.from_kwargs(code=["SUN"] * size),
frame=frame_in,
)
benchmark(
Expand Down

0 comments on commit 33c6481

Please sign in to comment.