meta00 / vital_sqi

A package for physiological signal quality control
MIT License
30 stars 11 forks source link

Test tests/data/test_signal_io.py::TestECGWriter::test_on_valid_edf fails #102

Closed tiagofrepereira2012 closed 1 year ago

tiagofrepereira2012 commented 1 year ago

The following test is failing

FAILED tests/data/test_signal_io.py::TestECGWriter::test_on_valid_edf - TypeError: write_edf() got an unexpected keyword argument 'block_size'

The argument block_size from pyedflib.highlevel.write_edf was removed since version 0.1.31 https://github.com/holgern/pyedflib/blob/v0.1.31/pyedflib/highlevel.py#L397 of the package pyEDFlib via this commit (https://github.com/holgern/pyedflib/commit/14857b7ee990e41f02dbe4e12989d6cb6b324b06)

tiagofrepereira2012 commented 1 year ago

Fixed with https://github.com/meta00/vital_sqi/pull/101