We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05df081 commit 156698eCopy full SHA for 156698e
eoglearn/datasets/eegeyenet.py
@@ -69,7 +69,7 @@ def fetch_eegeyenet(subject="EP10", run=1, fetch_dataset_kwargs=None):
69
run = int(run)
70
runs = get_subjects_runs(task=task)
71
if subject not in runs or run not in runs[subject]:
72
- raise ValueError(f"subject {subject} and run {run} not available."
+ raise ValueError(f"subject {subject} and run {run} not available. "
73
"See get_subjects_runs() for information on "
74
"available subjects and runs.")
75
0 commit comments