Skip to content

Commit

Permalink
Avoid std_cutoff failure in test_observation_times
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored and andreas-el committed Jan 28, 2025
1 parent ebf6d39 commit e4b580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/ui_tests/cli/test_observation_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
)
),
std_cutoff=st.floats(min_value=0.0, max_value=1.0),
std_cutoff=st.floats(min_value=1e-6, max_value=1.0),
enkf_alpha=st.floats(min_value=3.0, max_value=10.0),
epsilon=st.sampled_from([0.0, 1.1, 2.0, -2.0]),
)
Expand Down

0 comments on commit e4b580b

Please sign in to comment.