tskit-dev / pyslim

Tools for dealing with tree sequences coming to and from SLiM.
MIT License
27 stars 23 forks source link

regenerate example tree sequences #176

Closed petrelharp closed 3 years ago

petrelharp commented 3 years ago

This is to deal with https://github.com/tskit-dev/tskit-site/pull/49 - the different pages were depending on the same example tree sequence, but if the one that actually produced the example wasn't run first, then, well, it wasn't there. Maybe there's a better way to do this?

codecov-commenter commented 3 years ago

Codecov Report

Merging #176 (d8813e4) into main (ced2736) will decrease coverage by 3.03%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
- Coverage   90.19%   87.15%   -3.04%     
==========================================
  Files           6        7       +1     
  Lines         887      919      +32     
  Branches      163      169       +6     
==========================================
+ Hits          800      801       +1     
- Misses         61       87      +26     
- Partials       26       31       +5     
Impacted Files Coverage Δ
pyslim/slim_metadata.py 82.97% <ø> (ø)
pyslim/slim_tree_sequence.py 90.14% <63.63%> (-6.89%) :arrow_down:
pyslim/methods.py 89.65% <89.65%> (ø)
pyslim/__init__.py 100.00% <100.00%> (ø)
pyslim/provenance.py 87.35% <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 625295b...d8813e4. Read the comment docs.