We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dd4c8 commit f8ef45bCopy full SHA for f8ef45b
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jabs-behavior-classifier"
3
-version = "0.23.0"
+version = "0.23.1"
4
license = "Proprietary"
5
repository = "https://github.com/KumarLabJax/JABS-behavior-classifier"
6
description = ""
src/jabs/ui/central_widget.py
@@ -707,7 +707,7 @@ def _use_symmetric_changed(self):
707
# Copy behavior of use_balance_labels_changed
708
return
709
710
- self.update_behavior_settings('symmetric_behavior', self._controls.use_balance_labels)
+ self.update_behavior_settings('symmetric_behavior', self._controls.use_symmetric)
711
self._update_classifier_controls()
712
713
def _update_controls_from_project_settings(self):
0 commit comments