Open
Description
We are using a ValueError
at the moment in:
hpcflow-new/hpcflow/sdk/core/utils.py
Line 293 in b6f55f3
The problem is we then have to catch a ValueError
in
hpcflow-new/hpcflow/sdk/core/task.py
Line 2967 in b6f55f3
...which is masking any ValueError
raised by ParameterValue
sub-class constructors. For example, in MatFlow: Orientations.from_file.
EDIT: maybe that's not the right place actually, but I think the issue still stands.
Metadata
Metadata
Assignees
Type
Projects
Status
🔲 Todo