We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef27f3 commit 5e1599fCopy full SHA for 5e1599f
tests/frequentist/test_bounds.py
@@ -10,7 +10,6 @@
10
)
11
12
13
-@pytest.mark.skip(reason="Skipping because this test is very slow")
14
def test_many_days():
15
"""
16
This input (based on a real experiment) is very long, which can cause slow calculation
@@ -404,7 +403,6 @@ def test_many_days():
404
403
assert (time.time() - start_time) < 0.01
405
406
407
408
def test_many_days_fast_and_no_crash():
409
410
This is based on experiment 1735 on 26.11.2020. The calculation of the corresponding bounds takes many minutes
0 commit comments