Skip to content

Commit

Permalink
enable slim on windows (closes popsim-consortium#1563, popsim-consort…
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jul 5, 2024
1 parent e52b33e commit d77fd3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stdpopsim/slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,4 @@ def recap_and_rescale(
return ts


# SLiM does not currently work on Windows.
if sys.platform != "win32":
stdpopsim.register_engine(_SLiMEngine())
stdpopsim.register_engine(_SLiMEngine())

0 comments on commit d77fd3d

Please sign in to comment.