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
Currently, the library invokes error stop when an error occurs. This is fine for usual scientific applications, but it may be better if optionally error recovery is possible. It is also good for the unit tests of this library.
An option is to add an optional stat parameter to procedures such that if stat is present then we set a non-zero value to it instead of invoking error stop.
The text was updated successfully, but these errors were encountered:
Currently, the library invokes
error stop
when an error occurs. This is fine for usual scientific applications, but it may be better if optionally error recovery is possible. It is also good for the unit tests of this library.An option is to add an optional
stat
parameter to procedures such that ifstat
is present then we set a non-zero value to it instead of invokingerror stop
.The text was updated successfully, but these errors were encountered: