Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diginorm paired mode #1

Merged
merged 8 commits into from
Jul 17, 2012
Prev Previous commit
Next Next commit
Merge from 'ged-lab/master'.
  • Loading branch information
Eric McDonald committed Jul 7, 2012
commit 52de8360a62ab106b465829d62c739bcc2a00753
1 change: 1 addition & 0 deletions scripts/normalize-by-median.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def main():
output_name = os.path.basename(input_filename) + '.keep'
outfp = open(output_name, 'w')

n = -1
for n, batch in enumerate(batchwise(screed.open(input_filename), batch_size)):
if n > 0 and n % 100000 == 0:
print '... kept', total - discarded, 'of', total, ', or', \
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.