Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Aug 19, 2016
1 parent 06d40d5 commit da9f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dump_matrix_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def main():
selector = c.bins()
n = c.info['nbins']
else:
bins = c.bins()[:]
selector = c.pixels()
n = c.info['nnz']
bins = c.bins()[:] # load all the bins
if args['balanced'] and 'weight' not in bins.columns:
print('Balancing weights not found', file=sys.stderr)
sys.exit(1)
Expand Down

0 comments on commit da9f9db

Please sign in to comment.