Skip to content

Commit 7e076d7

Browse files
authored
Merge pull request #47 from KumarLabJax/bugfix/new-columns-not-listed-in-optional-columns
Bugfix/new columns not listed in optional columns
2 parents 1a3245f + 6d4dbba commit 7e076d7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jabs-postprocess"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A python library for JABS postprocessing utilities."
55
readme = "README.md"
66
license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE"

src/jabs_postprocess/utils/project_utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@ def __init__(self, settings: ClassifierSettings, data: pd.DataFrame):
512512
"closest_id",
513513
"closest_lixit",
514514
"closest_corner",
515+
"latency_to_first_bout",
516+
"avg_bout_duration",
517+
"total_bout_count",
518+
"bout_duration_std",
519+
"bout_duration_var",
515520
]
516521
if data is not None:
517522
self._check_fields()

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)