Skip to content

Commit 94d88ab

Browse files
committed
Changed tolerance in MCT and MCTS unit tests results slow
1 parent 1cdb571 commit 94d88ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_mct_results_slow.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def run_mct(self, date_start, date_end, dtsec, dtsec_chan, type):
3737
lisfloodexe(settings)
3838

3939
# set precision for the test
40-
atol = 0.00001
41-
rtol = 0.0001
40+
atol = 0.0001
41+
rtol = 0.001
4242
comparator = TSSComparator(atol,rtol)
4343

4444
# compare results for average discharge output
@@ -76,8 +76,8 @@ def run_mcts(self, date_start, date_end, dtsec, dtsec_chan, type):
7676
lisfloodexe(settings)
7777

7878
# set precisioon for the test
79-
atol = 0.00001
80-
rtol = 0.0001
79+
atol = 0.0001
80+
rtol = 0.001
8181
comparator = TSSComparator(atol,rtol)
8282

8383
# compare results for average discharge output

0 commit comments

Comments
 (0)