Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed May 23, 2024
1 parent 58fa306 commit 5187cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sessions/utils/newscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_newscale_coordinates(
>>> list(df['x'])
[6278.0, 6943.5, 7451.0, 4709.0, 4657.0, 5570.0]
>>> list(df['z'])
[3920.0, 6427.0, 8500.0, 6893.0, 6962.0, 5875.0]
[11080.0, 8573.0, 6500.0, 8107.0, 8038.0, 9125.0]
"""
newscale_log_path = npc_io.from_pathlike(newscale_log_path)
if recording_start_time is None:
Expand Down

0 comments on commit 5187cb4

Please sign in to comment.