Skip to content

Commit 9984eda

Browse files
klapofandreuz
authored andcommitted
Fixed failing mrCOSTS test
1 parent a2e2ad3 commit 9984eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mrcosts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def rhs_UFD(t, y, eta, epsilon, tau):
150150
# Define the expected error in the reconstructions.
151151
expected_global_error = 0.053
152152
expected_lf_error = 0.10
153-
expected_hf_error = 0.17
153+
expected_hf_error = 0.16
154154
expected_transient_error = 0.3
155155

156156
# Fit mrCOSTS for testing

0 commit comments

Comments
 (0)