Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 18, 2024
1 parent 0763046 commit c5d1017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_nontree_fb_haploid.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ def test_ts_simple_n16(self, scale_mutation_rate, include_ancestors):
@pytest.mark.parametrize("include_ancestors", [True, False])
def test_larger(self, scale_mutation_rate, include_ancestors):
ts = self.get_ts_custom_pars(
ref_panel_size=45, length=1e5, mean_r=1e-5, mean_mu=1e-5,
ref_panel_size=45,
length=1e5,
mean_r=1e-5,
mean_mu=1e-5,
)
self.verify(
ts,
Expand Down

0 comments on commit c5d1017

Please sign in to comment.