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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Hit step to next statement, it will stop at line withitk_vector
Hit step to next statement, and it hangs.
Following error is printed out in the terminal:
Hello
libc++abi.dylib: terminating with uncaught exception of type swig::stop_iteration
Abort trap: 6
I believe the problem lies when retrieving a list of the variables.
For instance if you stop at the first print statement and then hit continue, then the program runs to completion. I.e. stopping at the second print statement is what causes the issue.
The text was updated successfully, but these errors were encountered:
pip install itk==4.12.0.post1
itk_vector
Following error is printed out in the terminal:
I believe the problem lies when retrieving a list of the variables.
For instance if you stop at the first print statement and then hit continue, then the program runs to completion. I.e. stopping at the second print statement is what causes the issue.
The text was updated successfully, but these errors were encountered: