-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request