Skip to content

Commit

Permalink
removed obsolete use of drop_above argument
Browse files Browse the repository at this point in the history
Signed-off-by: phantom-duck <37215464+phantom-duck@users.noreply.github.com>
  • Loading branch information
phantom-duck committed May 26, 2024
1 parent f8f3985 commit 04f81e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sklearn/facts/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_rule_generation() -> None:
sensitive_attribute="sex",
freqitem_minsupp=0.5,
drop_infeasible=False,
drop_above=True
)
ifthens = rules2rulesbyif(ifthens)

Expand Down

0 comments on commit 04f81e3

Please sign in to comment.