Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jan 31, 2023
1 parent 4ca2660 commit c1f014b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nway-calibrate-cutoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,4 @@ def error(self, message):
i = numpy.min(numpy.where(mask)[0])
#print(i)
print('For a false detection rate of <%d%%' % (rate*100))
print('--> use only counterparts with p_any>%.2f (%.2f%% of matches)' % (cutoffs[i], efficiency[i]*100))


print('--> use only counterparts with p_any>%.2f (%.2f%% of matches)' % (cutoffs[i], efficiency[i] * 100))

0 comments on commit c1f014b

Please sign in to comment.