Skip to content

Commit

Permalink
ops (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Haupt <[email protected]>
  • Loading branch information
Josef-Haupt and Josef Haupt authored Aug 14, 2024
1 parent 0d30f5e commit 132b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ def create_log_plot(positives, negatives, fig_num=None):
try:
x_val = float(os.path.basename(fl).split("_", 1)[0])

if 0 < x_val > 1:
if 0 > x_val > 1:
continue

x_vals.append(x_val)
Expand Down

0 comments on commit 132b6f8

Please sign in to comment.