Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid values for DERRF distribution leads to "float division by zero" in update #9523

Open
eivindjahren opened this issue Dec 12, 2024 · 0 comments · May be fixed by #9599
Open

Invalid values for DERRF distribution leads to "float division by zero" in update #9523

eivindjahren opened this issue Dec 12, 2024 · 0 comments · May be fixed by #9599
Assignees
Labels

Comments

@eivindjahren
Copy link
Contributor

eivindjahren commented Dec 12, 2024

What happened?

Invalid values for DERRF distribution leads to "index 0 is out of bounds for axis 0 with size 0" in update

What did you expect to happen?

Config with invalid distribution shows validation error message on startup.

steps to reproduce

  1. change test-data/ert/poly_example/coeff_priors to
a UNIFORM 0 1
b UNIFORM 0 2
c DERRF 0.9999999999999999 0.1900000000000001 69.04934509153614 0.1900000000000001 0.1900000000000001
  1. ert gui test-data/ert/poly_example/poly.er
  2. run ES-MDA in gui
    Now you get an error saying index 0 is out of bounds for axis 0 with size 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants