Skip to content

Commit

Permalink
flake parser
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 17, 2024
1 parent 11d48b6 commit ae7aed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeptools/parserCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from importlib.metadata import version
import multiprocessing


def check_float_0_1(value):
v = float(value)
if v < 0.0 or v > 1.0:
Expand Down

0 comments on commit ae7aed4

Please sign in to comment.