meyer-lab / tHMM

A general Python framework for using hidden Markov models on binary trees or cell lineage trees.
https://asmlab.org
MIT License
10 stars 1 forks source link

data reorganization #871

Closed Farnazmdi closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #871 (1ca8349) into master (689fd77) will increase coverage by 0.05%. The diff coverage is 1.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #871      +/-   ##
==========================================
+ Coverage   73.75%   73.80%   +0.05%     
==========================================
  Files          24       24              
  Lines        1905     1905              
==========================================
+ Hits         1405     1406       +1     
+ Misses        500      499       -1     
Flag Coverage Δ
unittests 73.80% <1.19%> (+0.05%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lineage/Lineage_collections.py 0.00% <0.00%> (ø)
lineage/tests/test_LineageInputOutput.py 100.00% <100.00%> (ø)
lineage/states/stateCommon.py 95.45% <0.00%> (+1.13%) :arrow_up:

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 689fd77...1ca8349. Read the comment docs.

aarmey commented 2 years ago

@Farnazmdi sorry I don't remember seeing the review request for this. Just confirming—this is potentially ready to merge?

Farnazmdi commented 2 years ago

Thanks, no worries at all, yes it is related to removing those unused data files. It is ready to merge.