Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 29, 2023
1 parent 748e7c8 commit 2414481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsetplot/tests/test_upsetplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def test_filter_subsets_max_subset_rank_tie():
def test_bad_percentages(value):
data = generate_samples(seed=0, n_samples=5, n_categories=3)
with pytest.raises(ValueError, match="percentage"):
UpSet(data, subset_size="count")
UpSet(data, min_subset_size=value)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 2414481

Please sign in to comment.