Skip to content

Commit

Permalink
Finished name change
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmorris committed May 25, 2019
1 parent d0c0b0c commit 3cf9217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/batch_processing/find_repeat_detections.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def find_repeat_detections(inputCsvFilename,outputCsvFilename,options=None):
outputCsvFilename = matlab_porting_tools.insert_before_extension(inputCsvFilename,
'filtered')

RepeatDetectionResults = find_repeat_detections(inputCsvFilename,
results = find_repeat_detections(inputCsvFilename,
outputCsvFilename,options)


Expand Down Expand Up @@ -975,7 +975,7 @@ def main():
options = RepeatDetectionOptions()
args_to_object(args,options)

find_suspicious_detections(args.inputFile,args.outputFile,options)
find_repeat_detections(args.inputFile,args.outputFile,options)

if __name__ == '__main__':

Expand Down

0 comments on commit 3cf9217

Please sign in to comment.