equinor/ert

Unclear error message when misconfigured forward model in config

Open

#10,313 opened on Mar 14, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (136 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (157 stars)
PR merge metrics
 (PR metrics pending)

Description

What happened? (You can include a screenshot if it helps explain)

I tried running DESIGN2Params but it was unclear how to pass arguments to the forward model, so I tried passing them as positional arguments. This does not seem to be supported, but the error message was not helpful. FORWARD_MODEL DESIGN2PARAMS(dm.xlsx,DesignSheet,DefaultValues) should be FORWARD_MODEL DESIGN2PARAMS(<xls_filename>=dm.xlsx, <designsheet>=default, <defaultssheet>=DefaultValues)

Image

What did you expect to happen?

Better error message

steps to reproduce

Environment where bug has been observed

  • python 3.11
  • python 3.12
  • macosx
  • rhel7
  • rhel8
  • local queue
  • lsf queue
  • slurm queue
  • openPBS queue

Contributor guide