Skip to content

Commit

Permalink
Fix argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Apr 24, 2020
1 parent 31134ae commit 76c86c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/chess
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ class Chess(object):
query_matrix_file = args.query_sparse
query_regions_file = args.query_regions
pairs_file = args.pairs
output_dir = args.out
output_dir = args.outdir

logger.debug('[MAIN]: Parameters:')
logger.debug(args)
Expand Down Expand Up @@ -925,7 +925,7 @@ class Chess(object):

input_file = args.extracted_file
pairs_file = args.pairs
output_dir = args.out
output_dir = args.outdir
pairs = list(load_pairs_iter(pairs_file))
correlate2d(input_file, output_dir, pairs)

Expand Down

0 comments on commit 76c86c6

Please sign in to comment.