You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the following failures occur when you run the forward model (present in our logs). They should be
validated when the config is read:
Provided realization arg 299 does not exist in design matrix
Traceback (most recent call last):
File "../bin/design2params", line 8, in <module>
sys.exit(main_entry_point())
File ".../lib64/python3.8/site-packages/semeio/forward_models/scripts/design2params.py", line 77, in main_entry_point
design2params.run(
File ".../lib64/python3.8/site-packages/semeio/forward_models/design2params/design2params.py", line 53, in run
default_df = _read_defaultssheet(xlsfilename, defaultssheetname)
File ".../lib64/python3.8/site-packages/semeio/forward_models/design2params/design2params.py", line 317, in _read_defaultssheet
if paramname != paramname.strip():
AttributeError: 'float' object has no attribute 'strip'
File .../input/distributions/design.xlsx is probably not of correct type. Failed with exception 'Worksheet named 'ETC' not found'
eivindjahren
changed the title
Validate DESIGN_PARAM configuration at start up instead of when running forward model
Validate DESIGN2PARAM configuration at start up instead of when running forward model
Aug 29, 2024
Currently the following failures occur when you run the forward model (present in our logs). They should be
validated when the config is read:
Provided realization arg 299 does not exist in design matrix
Design matrix not valid, error: Column headers not present in column: ...
Column header "X " contains initial or trailing whitespace.
design2params: error: argument realization: invalid int value: 'not_int'
File .../ert/model/../input/designmatrix/design_matrix.xlsx not found
The text was updated successfully, but these errors were encountered: