Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Sep 23, 2022
1 parent 35880b5 commit d30116d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/test_masking.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Tests for the genetic maps management.
"""
import sys
import os

import numpy as np
import msprime
Expand Down
1 change: 0 additions & 1 deletion tests/test_slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,6 @@ def test_bad_extended_events(self):
)


@pytest.mark.skipif(IS_WINDOWS, reason="SLiM not available on windows")
class TestSelectiveSweep(PiecewiseConstantSizeMixin):
@staticmethod
def _get_island_model(Ne=1000, migration_rate=0.01):
Expand Down

0 comments on commit d30116d

Please sign in to comment.