tskit-dev / pyslim

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

typo fix metdadata #328

Closed Tatianabellagio closed 10 months ago

Tatianabellagio commented 10 months ago

Fixed a little typo in the code: changed "ind.metdata" to "ind.metadata" that was making the function crash when annotating the individuals table

codecov-commenter commented 10 months ago

Codecov Report

Merging #328 (ffbd927) into main (3ea45a1) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files           8        8           
  Lines         621      621           
  Branches      131      131           
=======================================
  Hits          594      594           
  Misses         18       18           
  Partials        9        9           
Files Changed Coverage Δ
pyslim/methods.py 97.47% <0.00%> (ø)

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

petrelharp commented 10 months ago

Whoops - thanks for the fix! (And, #317 is looking more urgent.)