Skip to content

Commit

Permalink
fix: Update max supp thresh in rspr_exact
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Oct 5, 2023
1 parent 51998bf commit 5c27387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rspr_exact.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_args(args=None):
"-mst",
"--max_support_threshold",
dest="MAX_SUPPORT_THRESHOLD",
type=int,
type=float,
default=0.7,
help="Maximum support threshold",
)
Expand Down

0 comments on commit 5c27387

Please sign in to comment.