Jacob Svensson
Jacob Svensson
In the previous version(s) you could supply a full path with the record-name and it worked without the need for defining a search path. I prefer the behavior of the...
A temporary fix that enables loading of data files from a local path is to set `WFDB_PATH = [' '];` in [wfdbloadlib.m](https://github.com/ikarosilva/wfdb-app-toolbox/blob/f1dd6e87ed18f84b1b05299302770fbcdb9412bf/mcode/wfdbloadlib.m#L50).
I believe this question relates to the problem reported in issue #149.
Does it work with SciPy's loadmat? from scipy.io import loadmat loadmat('test.mat')
Is there a way to achieve this without json-tricks?
This issue is likely the same as reported in #8
Is there a working fix for this issue? It is rather important to be able to get the sample rate when loading data from an EDF file.
> what do you think about Junitparser always returning a TestSuites? IMHO it should always return a TestSuites object. Forcing the user to examine the returned object is not optimal.
> Alternative is to check `junitxml._tag`. I do: > > ``` > suites = [suite for suite in (junitxml if junitxml._tag == "testsuites" else [junitxml])] > ``` This should be...
Will it break backwards compatibility?