You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is noted that only CondaSetUpCallWsl is utilized from this import. A potential resolution involves relocating the import statement to the scope where it is used, specifically within the else statement's scope:
The instantiation failure of the
CrownSegmentation
module in Slicer is attributed to the following line:SlicerDentalModelSeg/CrownSegmentation/CrownSegmentation.py
Line 10 in e98d590
It is noted that only
CondaSetUpCallWsl
is utilized from this import. A potential resolution involves relocating the import statement to the scope where it is used, specifically within the else statement's scope:SlicerDentalModelSeg/CrownSegmentation/CrownSegmentation.py
Lines 736 to 739 in e98d590
Should I proceed to fix this issue by submitting a PR?
The text was updated successfully, but these errors were encountered: