dlce-eva / python-nexus

python-nexus - Generic nexus (.nex, .trees) reader/writer for python
BSD 2-Clause "Simplified" License
11 stars 3 forks source link

handle nexus files with empty characters block (e.g. edictor) #33

Closed SimonGreenhill closed 2 years ago

SimonGreenhill commented 2 years ago

handle nexus files with empty characters block (such as those from edictor)

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (c33d04c) into master (83cda63) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           59        59           
  Lines         2809      2846   +37     
=========================================
+ Hits          2809      2846   +37     
Impacted Files Coverage Δ
tests/test_regressions.py 100.00% <ø> (ø)
src/nexus/handlers/data.py 100.00% <100.00%> (ø)
src/nexus/reader.py 100.00% <100.00%> (ø)
tests/test_handler_DataHandler.py 100.00% <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 83cda63...c33d04c. Read the comment docs.