Skip to content

Commit

Permalink
fix missing pos interval map entry in pose estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Jan 7, 2025
1 parent 75ad067 commit 10bd992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spyglass/position/v1/position_dlc_pose_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def _logged_make(self, key):
"nwb_file_name": key["nwb_file_name"],
"epoch": key["epoch"],
},
populate_missing=False,
)
)
if interval_list_name:
Expand Down

0 comments on commit 10bd992

Please sign in to comment.