Skip to content

Commit

Permalink
Dlc debug: smoothing_duration fix (#753)
Browse files Browse the repository at this point in the history
* add envs to bashrc; multi cam addition

* 12/11/23 using TackEpoch to define interval_names

* 12/11/23 remove comment

* revert notebook 21

* formatting fixes

* formatting fix pt 2

* smoothing_duration bug
  • Loading branch information
emreybroyles authored Jan 10, 2024
1 parent fcdebe3 commit a9de305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spyglass/position/v1/position_dlc_centroid.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def make(self, key):
)
final_df = smooth_func(
interp_df,
smoothing_duration=smoothing_duration,
sampling_rate=sampling_rate,
**params["smoothing_params"],
)
Expand Down

0 comments on commit a9de305

Please sign in to comment.