Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwindolf committed Nov 22, 2024
1 parent b4c91a0 commit 38e0ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def interpolate_motion_on_traces(

# -- determine the blocks of frames that will land in the same interpolation time bin
if interpolation_time_bin_centers_s is None and interpolation_time_bin_edges_s is None:
interpolation_time_bin_centers_s = motion.temporal_bin_centers_s[segment_index]
interpolation_time_bin_centers_s = motion.temporal_bins_s[segment_index]
interpolation_time_bin_edges_s = motion.temporal_bin_edges_s[segment_index]
else:
interpolation_time_bin_centers_s, interpolation_time_bin_edges_s = ensure_time_bins(
Expand Down

0 comments on commit 38e0ada

Please sign in to comment.