Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Jul 25, 2024
1 parent 530da0b commit 19c1406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gudb/download_gudb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# creating class which loads the experiment
ecg_class = ecg_gudb_database.GUDb(participant, experiment)

# Chest Strap Data - only donwload if R-peaks annotations are available
# Chest Strap Data - only download if R-peaks annotations are available
if ecg_class.anno_cs_exists:

data = pd.DataFrame({"ECG": ecg_class.cs_V2_V1})
Expand Down

0 comments on commit 19c1406

Please sign in to comment.