Skip to content

Commit

Permalink
trying to get pre-commit to work
Browse files Browse the repository at this point in the history
  • Loading branch information
minesrebollo authored and petrelharp committed Oct 10, 2023
1 parent b302533 commit 39845db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdpopsim/qc/OrySat.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import msprime
import stdpopsim

_species = stdpopsim.get_species("OrySat")
_species = stdpopsim.get_species("OrySat")


def _BottMig_3C07_qc():
id = "QC-BottMig_3C07"

# populations
# populations: rufipogon, indica and tropical japonica
rufipogon = stdpopsim.Population(id="RUF", description="O. rufipogon population")
indica = stdpopsim.Population(id="IND", description="O. sativa indica population")
japonica = stdpopsim.Population(
Expand Down

0 comments on commit 39845db

Please sign in to comment.