Skip to content

Commit f8ef45b

Browse files
committed
fix issue #101
1 parent 40dd4c8 commit f8ef45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jabs-behavior-classifier"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
license = "Proprietary"
55
repository = "https://github.com/KumarLabJax/JABS-behavior-classifier"
66
description = ""

src/jabs/ui/central_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def _use_symmetric_changed(self):
707707
# Copy behavior of use_balance_labels_changed
708708
return
709709

710-
self.update_behavior_settings('symmetric_behavior', self._controls.use_balance_labels)
710+
self.update_behavior_settings('symmetric_behavior', self._controls.use_symmetric)
711711
self._update_classifier_controls()
712712

713713
def _update_controls_from_project_settings(self):

0 commit comments

Comments
 (0)