Skip to content

Commit 78cee8c

Browse files
authored
Update physlr.py (#179)
1 parent 0dcce65 commit 78cee8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

physlr/physlr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2694,6 +2694,7 @@ def physlr_find_ntcard_mode(self):
26942694
# Assumption: There is no negative slope to the right of the first local minimum
26952695
freq_count = [int(line.rstrip().split("\t")[2]) for line in open(self.args.FILES[0])
26962696
if line[0] != "k"]
2697+
min_idx = 0
26972698
min_val = freq_count[0]
26982699
for idx, freq in enumerate(freq_count):
26992700
if freq > min_val:

0 commit comments

Comments
 (0)