Skip to content

Commit

Permalink
Mark parametrize get_example_tree_sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored and mergify[bot] committed Aug 26, 2022
1 parent 06d5041 commit 42fbc5f
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 479 deletions.
2 changes: 1 addition & 1 deletion python/tests/test_genotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@tests.cached_example
def get_example_discrete_genome_tree_sequences():
ret = []
for ts in get_example_tree_sequences():
for ts in get_example_tree_sequences(pytest_params=False):
if ts.discrete_genome:
snps = all(len(site.ancestral_state) == 1 for site in ts.sites()) and all(
len(mut.derived_state) == 1 for mut in ts.mutations()
Expand Down
Loading

0 comments on commit 42fbc5f

Please sign in to comment.