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
At the moment, if you pass an ill-written namelist file, f90nml may raise an assertion error. This is a bit brittle, as the assertion errors may be ignored when running with python -O. It would be best to raise a more dedicated error, something like InvalidNMLFormatError?
This discussion was converted from issue #147 on October 10, 2022 12:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At the moment, if you pass an ill-written namelist file,
f90nml
may raise an assertion error. This is a bit brittle, as the assertion errors may be ignored when running withpython -O
. It would be best to raise a more dedicated error, something likeInvalidNMLFormatError
?Beta Was this translation helpful? Give feedback.
All reactions