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
209 stars 121 forks source link

replace imp with imporlib #166

Closed skjerns closed 2 years ago

skjerns commented 2 years ago

fixes #165

codecov[bot] commented 2 years ago

Codecov Report

Merging #166 (3f9ad5b) into master (1ebf9ca) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   78.14%   78.14%           
=======================================
  Files           4        4           
  Lines         828      828           
  Branches      180      180           
=======================================
  Hits          647      647           
  Misses        144      144           
  Partials       37       37           
Flag Coverage Δ
unittests 78.14% <ø> (ø)

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


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 1ebf9ca...3f9ad5b. Read the comment docs.