equinor / flownet

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

Failed ERT runs are not registered correctly in mlflow #269

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

If an ERT subprocess has failed for any other reason than what is hard coded in the subprocess call, a returncode larger than 0 is ignored. This will then lead to a "successful" run in mlflow, whereas it should be registered as a failed run.