We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 "index 0 is out of bounds for axis 0 with size 0" in update
Config with invalid distribution shows validation error message on startup.
test-data/ert/poly_example/coeff_priors
a UNIFORM 0 1 b UNIFORM 0 2 c DERRF 0.9999999999999999 0.1900000000000001 69.04934509153614 0.1900000000000001 0.1900000000000001
ert gui test-data/ert/poly_example/poly.er
index 0 is out of bounds for axis 0 with size 0
The text was updated successfully, but these errors were encountered:
larsevj
Successfully merging a pull request may close this issue.
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
test-data/ert/poly_example/coeff_priors
toert gui test-data/ert/poly_example/poly.er
Now you get an error saying
index 0 is out of bounds for axis 0 with size 0
.The text was updated successfully, but these errors were encountered: