We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a787c6 commit 69329c1Copy full SHA for 69329c1
tests/constraints/test_constraints_continuous.py
@@ -80,7 +80,7 @@ def test_interpoint_equality_single_parameter(campaign, n_iterations, batch_size
80
81
res_grouped = res.groupby("BatchNr")
82
interpoint_result = res_grouped["Conti_finite1"].sum()
83
- np.allclose(interpoint_result, 0.3, atol=TOLERANCE)
+ assert np.allclose(interpoint_result, 0.3, atol=TOLERANCE)
84
85
86
@pytest.mark.parametrize("parameter_names", [["Conti_finite1", "Conti_finite2"]])
0 commit comments