Skip to content

Commit

Permalink
wrong reference to timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Nov 16, 2024
1 parent d775763 commit 2eea323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _write_pes_to_nwbfile(
else:
timestamps_cleaned = timestamps

timestamps = np.asarray(timestamps).astype("float64", copy=False)
timestamps = np.asarray(timestamps_cleaned).astype("float64", copy=False)
pes = PoseEstimationSeries(
name=f"{animal}_{keypoint}" if animal else keypoint,
description=f"Keypoint {keypoint} from individual {animal}.",
Expand Down

0 comments on commit 2eea323

Please sign in to comment.