Skip to content
Snippets Groups Projects
Commit da44c298 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Change type to float.

parent eb004add
Branches
Tags
No related merge requests found
Pipeline #2042 failed with stages
in 6 hours and 25 seconds
......@@ -40,7 +40,7 @@ def get_args():
parser.add_argument('-c', '--cutoff',
help="Cutoff ratio used for choosing controls.",
type=int,
type=float,
default=1.2)
args = parser.parse_args()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment