Skip to content

Commit

Permalink
FILTER test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Dec 5, 2023
1 parent e84e8bb commit b53fc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythresh/test/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setUp(self):

pre_sig = len(scores)

self.sigmas = ['auto', int(pre_sig**0.6), int(pre_sig**75)]
self.sigmas = ['auto', int(pre_sig**0.6), int(pre_sig**0.75)]

def test_prediction_labels(self):

Expand Down

0 comments on commit b53fc7c

Please sign in to comment.