tskit-dev / tszip

Gzip-like compression for tskit tree sequences
https://tszip.readthedocs.io/
MIT License
4 stars 7 forks source link

Fix for time_units in tskit 0.4.1 #58

Closed benjeffery closed 2 years ago

benjeffery commented 2 years ago

Fixing #54 in a simpler way to #55 by hardcoding the property name.

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (57f154e) into main (55bc8c4) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   97.70%   97.74%   +0.04%     
==========================================
  Files           6        6              
  Lines         305      311       +6     
  Branches       55       61       +6     
==========================================
+ Hits          298      304       +6     
  Misses          5        5              
  Partials        2        2              
Impacted Files Coverage Δ
tszip/cli.py 100.00% <100.00%> (ø)
tszip/compression.py 98.88% <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 cb69791...57f154e. Read the comment docs.

benjeffery commented 2 years ago

@jeromekelleher here's the quick fix. Will do a release after this is merged.