NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

Wrong format in download_gudb.py

Open HotDog702 opened this issue 5 months ago • 0 comments

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

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

HotDog702 avatar Jan 23 '24 07:01 HotDog702