Skip to content

Commit

Permalink
int to str
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Dec 16, 2024
1 parent d438de3 commit d4531cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class ParamFSLeyes:
"""
Default parameters for FSLeyes viewer.
"""
def __init__(self, cm='red', dr='0,70', min_dr='0', max_dr='1000', a=70, second_orthoview=False):
def __init__(self, cm='red', dr='0,70', min_dr='0', max_dr='1000', a='70', second_orthoview=False):
"""
:param cm: Colormap (cm) to be used for loading the label file in FSLeyes (default: red).
:param dr: Display range (dr) in % to be used for loading the input file in FSLeyes (default: 0,70).
Expand Down

0 comments on commit d4531cf

Please sign in to comment.