Replies: 1 comment
-
Hi, sorry for getting back to you so late. The error you are seeing isn't fatal, so vmec++ doesn't terminate or throw an exception at this point. it should continue iterating and eventually either converge or run out of iterations. Could you post a minimal reproducible example? Then I can maybe help on why it isn't converging. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The try/except mechanism I’m using does not catch the message
and my program stops at that point. Is there a good way to catch this error and skip it, or am I missing some key vmecpp settings?
Beta Was this translation helpful? Give feedback.
All reactions