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

Updating consensus.py to also work with input files #115

Merged
merged 3 commits into from
Dec 17, 2020

Conversation

gwaybio
Copy link
Member

@gwaybio gwaybio commented Dec 16, 2020

closes #107 and other updates

@codecov-io
Copy link

Codecov Report

Merging #115 (9f8677b) into master (b039f14) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   98.49%   98.61%   +0.11%     
==========================================
  Files          45       45              
  Lines        1859     1872      +13     
==========================================
+ Hits         1831     1846      +15     
+ Misses         28       26       -2     
Impacted Files Coverage Δ
pycytominer/aggregate.py 96.15% <ø> (+7.69%) ⬆️
pycytominer/consensus.py 100.00% <100.00%> (ø)
pycytominer/tests/test_aggregate.py 100.00% <100.00%> (ø)
pycytominer/tests/test_consensus.py 100.00% <100.00%> (ø)
pycytominer/tests/test_cyto_utils/test_cells.py 100.00% <100.00%> (ø)

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 b039f14...9f8677b. Read the comment docs.

@gwaybio gwaybio merged commit a5dac9e into cytomining:master Dec 17, 2020
@gwaybio gwaybio deleted the update-consensus-input branch December 17, 2020 00:38
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.

consensus.py should work with files as input
2 participants