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

Remove debugging output from filter-abundant-single.py #1740

Merged
merged 2 commits into from
Jul 3, 2017

Conversation

wltrimbl
Copy link
Collaborator

@wltrimbl wltrimbl commented Jun 30, 2017

This debugging output was producing 30,000 lines of standard out in the kmer-abundance-distribution.ipynb lesson.

  • Is it mergeable?
  • make test Did it pass the tests?
  • make clean diff-cover If it introduces new functionality in
    scripts/ is it tested?
  • make format diff_pylint_report cppcheck doc pydocstyle Is it well
    formatted?
  • Did it change the command-line interface? Only backwards-compatible
    additions are allowed without a major version increment. Changing file
    formats also requires a major version number increment.
  • For substantial changes or changes to the command-line interface, is it
    documented in CHANGELOG.md? See keepachangelog
    for more details.
  • Was a spellchecker run on the source code and documentation after
    changes were made?
  • Do the changes respect streaming IO? (Are they
    tested for streaming IO?)

@codecov-io
Copy link

codecov-io commented Jun 30, 2017

Codecov Report

Merging #1740 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1740   +/-   ##
======================================
  Coverage    0.05%   0.05%           
======================================
  Files          90      90           
  Lines       11429   11428    -1     
  Branches     3035    3035           
======================================
  Hits            6       6           
+ Misses      11423   11422    -1
Impacted Files Coverage Δ
scripts/filter-abund-single.py 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acea494...07c41af. Read the comment docs.

…uiet and test_filter_abund_1_singlefile_quiet
@ctb
Copy link
Member

ctb commented Jun 30, 2017 via email

@wltrimbl
Copy link
Collaborator Author

Which I did last night with wltrimbl/angus@1300f84 ngs-docs/angus#242

@ctb
Copy link
Member

ctb commented Jul 1, 2017

Looks good - fill in the checkboxes and ask for a review if you want it merged!

@wltrimbl
Copy link
Collaborator Author

wltrimbl commented Jul 2, 2017

Ready for review

Copy link
Member

@betatim betatim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@betatim betatim merged commit 024abc3 into dib-lab:master Jul 3, 2017
@wltrimbl wltrimbl deleted the removedebugging branch July 13, 2017 15:28
Copy link

@micjohn123 micjohn123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants