holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
214 stars 121 forks source link

change assertion to warning #180

Closed skjerns closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #180 (f0f45b5) into master (902e956) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   78.14%   78.21%   +0.07%     
==========================================
  Files           4        4              
  Lines         828      831       +3     
  Branches      180      182       +2     
==========================================
+ Hits          647      650       +3     
  Misses        144      144              
  Partials       37       37              
Flag Coverage Δ
unittests 78.21% <100.00%> (+0.07%) :arrow_up:

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

Impacted Files Coverage Δ
pyedflib/highlevel.py 73.91% <100.00%> (+0.28%) :arrow_up:

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 902e956...f0f45b5. Read the comment docs.