Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entering the symmetric skeleton node in skeleton table not working (v.1.2.9) #1135

Closed
1 of 4 tasks
sommerc opened this issue Jan 19, 2023 · 1 comment
Closed
1 of 4 tasks
Labels
bug Something isn't working

Comments

@sommerc
Copy link

sommerc commented Jan 19, 2023

Bug description

When entering symmetry in the skeleton node editor by entering the symmetric node into the Symmetry column an exception is raised:

Traceback (most recent call last):
  File "C:\Miniconda\envs\sleap\lib\site-packages\sleap\gui\dataviews.py", line 158, in setData
    if item_value == value:
UnboundLocalError: local variable 'item_value' referenced before assignment
@sommerc sommerc added the bug Something isn't working label Jan 19, 2023
@roomrys roomrys added open pr A fix has been written, but is still being reviewed. fixed in future release Fix or feature is merged into develop and will be available in future release. and removed open pr A fix has been written, but is still being reviewed. labels Jan 19, 2023
@roomrys
Copy link
Collaborator

roomrys commented Feb 24, 2023

This feature is now available in the (pre) release 1.3.0a0, to install, first uninstall and then:
conda (Windows/Linux/GPU):

conda create -y -n sleap -c sleap -c sleap/label/dev -c nvidia -c conda-forge sleap=1.3.0a0

pip (any OS except Apple Silicon):

pip install sleap==1.3.0a0

Warning: This is a pre-release! Expect bugs and strange behavior when testing.

@roomrys roomrys closed this as completed Feb 24, 2023
@roomrys roomrys removed the fixed in future release Fix or feature is merged into develop and will be available in future release. label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants