Skip to content

Commit

Permalink
Update dadi_cli/SimulateFs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-huang committed Apr 16, 2024
1 parent f327d14 commit 1e93503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dadi_cli/SimulateFs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def simulate_demography(
ns: int,
misid: bool,
output: str,
inference_file: bool
pts_l: tuple[int] = None,
inference_file: bool,
pts_l: tuple[int] = None
) -> None:
"""
Simulates frequency spectrum from a demographic model and optionally output inference files.
Expand Down

0 comments on commit 1e93503

Please sign in to comment.