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

[MRG] Add append option to sbt_index #120

Merged
merged 5 commits into from May 18, 2017
Merged

[MRG] Add append option to sbt_index #120

merged 5 commits into from May 18, 2017

Conversation

luizirber
Copy link
Member

@luizirber luizirber commented Jan 20, 2017

  • 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?

@@ -167,13 +167,16 @@ def parent(self, pos):
if pos == 0:
return None
p = int(math.floor((pos - 1) / self.d))
self.nodes[p] = self.nodes[p].do_load()
Copy link
Member Author

Choose a reason for hiding this comment

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

If we merge #85, these .do_load calls are not needed.

@codecov-io
Copy link

codecov-io commented Jan 20, 2017

Codecov Report

Merging #120 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   85.64%   85.67%   +0.02%     
==========================================
  Files          13       13              
  Lines        1951     1954       +3     
  Branches       52       52              
==========================================
+ Hits         1671     1674       +3     
  Misses        270      270              
  Partials       10       10
Impacted Files Coverage Δ
sourmash_lib/commands.py 90.11% <100%> (+0.04%) ⬆️

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 9d3e83c...5f27b3c. Read the comment docs.

@luizirber luizirber force-pushed the feature/sbt_append branch 3 times, most recently from a294c26 to 255ff6a Compare January 20, 2017 23:11
@luizirber luizirber changed the title [WIP] Add append option to sbt_index [MRG] Add append option to sbt_index May 17, 2017
@luizirber
Copy link
Member Author

ready for review @ctb @betatim

Copy link
Contributor

@ctb ctb left a comment

Choose a reason for hiding this comment

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

LGTM!

@ctb
Copy link
Contributor

ctb commented May 18, 2017

Updated & then merge!

@luizirber luizirber merged commit 02a7115 into master May 18, 2017
@luizirber luizirber deleted the feature/sbt_append branch May 18, 2017 00:45
@luizirber luizirber added this to Done in sourmash 2.0 May 19, 2017
@luizirber luizirber removed this from Done in sourmash 2.0 May 19, 2017
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

3 participants