Skip to content

Commit 76799fa

Browse files
committed
Remove irrelevant skipif
1 parent 4878fdc commit 76799fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/step_methods/hmc/test_nuts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import logging
16-
import sys
1716
import warnings
1817

1918
import numpy as np
@@ -114,7 +113,6 @@ def test_bad_init_nonparallel(self):
114113
pm.sample(chains=1, random_seed=1)
115114
error.match("Initial evaluation")
116115

117-
@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6 or higher")
118116
def test_bad_init_parallel(self):
119117
with pm.Model():
120118
pm.HalfNormal("a", sigma=1, initval=-1, transform=None)

0 commit comments

Comments
 (0)