meyer-lab / tHMM

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

removed pickle files #978

Closed Farnazmdi closed 1 year ago

Farnazmdi commented 1 year ago

This PR removes all pickle files and codes associated with them.

codecov[bot] commented 1 year ago

Codecov Report

Merging #978 (826e5ce) into master (1a407c1) will increase coverage by 7.50%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #978      +/-   ##
==========================================
+ Coverage   74.74%   82.24%   +7.50%     
==========================================
  Files          26       26              
  Lines        2138     2135       -3     
==========================================
+ Hits         1598     1756     +158     
+ Misses        540      379     -161     
Flag Coverage Δ
unittests 82.24% <100.00%> (+7.50%) :arrow_up:

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

Impacted Files Coverage Δ
lineage/tests/test_BaumWelch.py 100.00% <100.00%> (ø)
lineage/LineageInputOutput.py 92.05% <0.00%> (+17.88%) :arrow_up:
lineage/Lineage_collections.py 100.00% <0.00%> (+100.00%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more