Skip to content

Commit

Permalink
Update zero_one_normalization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosh committed May 25, 2016
1 parent 4255f3b commit 81f995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data_collection_processing/zero_one_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
parser.add_argument('ref', help='the reference file. If reference file\
is \'None\', then zero one normalization will be done based on\
target file itself.')
args = parser.parse_args()
args = parser.parse_args()


def zero_one_normal(tar=None, out=None, ref=None):
Expand Down

0 comments on commit 81f995c

Please sign in to comment.