neuropsychology / NeuroKit

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
https://neuropsychology.github.io/NeuroKit
MIT License
1.58k stars 421 forks source link

Wrong format in download_gudb.py #956

Open HotDog702 opened 9 months ago

HotDog702 commented 9 months ago

The error is in different formatting of "Database" field for ECG and R-peaks:

38:            data["Database"] = "GUDB_" + experiment
...
44:            anno["Database"] = "GUDB (" + experiment + ")"