-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug on for transform for FibulaPlane2
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4decdb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start.
Important: we need to keep the module always functional. Copy-pasting the code snippet into the module caused a syntax error and the module now cannot be loaded at all.
Fix the indentation, make it a proper function. Add node selectors to the GUI so that inputs can be selected using the GUI.
I've submitted a couple of code review comments to your previous commit, please have a look at those, too.
If you just want to experiment with code snippets then you can use Jupyter notebooks. Then you don't need to copy-paste code snippets to run them. You just need to install SlicerJupyter and you can start the jupyter notebook server with a single click. You can upload notebooks in the repository.