We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbca075 commit e32eb3cCopy full SHA for e32eb3c
features_from_dlc/features_from_dlc.py
@@ -321,7 +321,7 @@ def clean_df(
321
322
# apply custom marking-as-missing function
323
if custom_filter_fun is not None:
324
- df_in = custom_filter_fun(df)
+ df_in = custom_filter_fun(df_in)
325
326
# get columns with a "likelihood" sub-column
327
cols = df_in.columns[df_in.columns.get_level_values(1).isin(["likelihood"])]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "features-from-dlc"
3
-version = "2025.1.8"
+version = "2025.1.9"
4
authors = [{ name = "Guillaume Le Goc", email = "g.legoc@posteo.org" }]
5
description = "Behavioral quantification from DeepLabCut tracking"
6
readme = "README.md"
0 commit comments