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

investigations and fixes around new gather behavior. #1001

Merged
merged 7 commits into from May 30, 2020
Merged

Conversation

ctb
Copy link
Contributor

@ctb ctb commented May 26, 2020

Gather is exhibiting some changes after #942, and we investigated them in #976 and found some bugs and undocumented behavior changes.

Standard checklist:

  • Is it mergeable?
  • make test Did it pass the tests?
  • make coverage Is the new code covered?
  • Did it change the command-line interface? Only additions are allowed
    without a major version increment. Changing file formats also requires a
    major version number increment.
  • Was a spellchecker run on the source code and documentation after
    changes were made?

@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #1001 into master will decrease coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1001      +/-   ##
==========================================
- Coverage   92.23%   92.06%   -0.17%     
==========================================
  Files          72       72              
  Lines        5393     5397       +4     
==========================================
- Hits         4974     4969       -5     
- Misses        419      428       +9     
Impacted Files Coverage Δ
sourmash/cli/gather.py 100.00% <ø> (ø)
sourmash/sbt.py 87.62% <100.00%> (ø)
sourmash/sbtmh.py 92.66% <100.00%> (+0.13%) ⬆️
sourmash/search.py 93.63% <100.00%> (+0.11%) ⬆️
sourmash/sbt_storage.py 87.68% <0.00%> (-4.44%) ⬇️

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 9c94af9...67b2124. Read the comment docs.

@ctb
Copy link
Contributor Author

ctb commented May 27, 2020

ready for review! I think this probably belongs in @taylorreiter or @luizirber basket.

Copy link
Member

@luizirber luizirber left a comment

Choose a reason for hiding this comment

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

Code changes look good, will let @taylorreiter comment on expected behavior =]

@ctb
Copy link
Contributor Author

ctb commented May 27, 2020 via email

@ctb
Copy link
Contributor Author

ctb commented May 29, 2020

Unless @taylorreiter or others comment that they would like more time , I will merge tomorrow :)

@ctb ctb merged commit 94e3244 into master May 30, 2020
@ctb ctb deleted the more_gather_fix branch May 30, 2020 13:44
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

2 participants