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
Logic classes are CondaSetUpCall and CondaSetUpCallWsl. CondaSetUpLogic is unused, so remove it.
Parameter node is unused - conda settings are persisted in Qt Application settings. I believe this is a correct choice: no conda options should be persisted with the Slicer scene. So remove the logic around parameter node and wrapper.
def initializeParameterNode
def setParameterNode
Logic in exit()
Logic in enter()
Logic in onSceneStartClose
Logic in onSceneEndClose
class CondaSetUpParameterNode
Sample data is not used, so remove the sample data from the extension template
def registerSampleData
Logic in class CondaSetUp
The text was updated successfully, but these errors were encountered:
One of the nitpick issues mentioned in Slicer/ExtensionsIndex#2006 (review)
Logic classes are
CondaSetUpCall
andCondaSetUpCallWsl
.CondaSetUpLogic
is unused, so remove it.Parameter node is unused - conda settings are persisted in Qt Application settings. I believe this is a correct choice: no conda options should be persisted with the Slicer scene. So remove the logic around parameter node and wrapper.
initializeParameterNode
setParameterNode
exit()
enter()
onSceneStartClose
onSceneEndClose
CondaSetUpParameterNode
Sample data is not used, so remove the sample data from the extension template
registerSampleData
CondaSetUp
The text was updated successfully, but these errors were encountered: