equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Raise SubprocessError for non-zero returncode of the ERT subprocess #270

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

This fix makes sure that when ERT fails, for whatever reason, a SubprocessError is raised and mlflow registers the run as a failed run.


Contributor checklist