equinor / semeio

Semeio is a collection of jobs and workflow jobs used in ert (https://github.com/equinor/ert).
https://github.com/equinor/semeio
GNU General Public License v3.0
10 stars 27 forks source link

Check behaviour of GENDATA_RFT when wrong path to zonemap file is provided #598

Closed berland closed 9 months ago

berland commented 9 months ago

User has observed that if she/he puts a wrong filename in the zonemap argument to GENDATA_RFT there is no hard error, but ZONEMAP_MISSING_VALUE is put into the exported csv-file (and all observations are set inactive)

From reading the source code, it looks like this should be a hard error.

berland commented 9 months ago

User error, there was indeed a file at the location with wrong information.

A test has confirmed that ert will indeed error hard if a non-existing zonemap file is provided.