-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameters of MOABB datasets #365
Conversation
Codecov Report
@@ Coverage Diff @@
## master #365 +/- ##
==========================================
- Coverage 81.90% 81.85% -0.05%
==========================================
Files 51 51
Lines 3515 3517 +2
==========================================
Hits 2879 2879
- Misses 636 638 +2 |
@agramfort I just fixed the style errors |
braindecode/datasets/moabb.py
Outdated
|
||
dataset_kwargs: dict, optional | ||
optional dictionary containing keyword arguments | ||
to pass to the moabb dataset when instanciating it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is instantiate or instanciate correct spelling?
thanks looks good, just wonder about one small spelling thing |
Thanks you're right, it's instantiating. I fixed it
Le 28/11/2021 à 22:00, robintibor a écrit :
…
thanks looks good, just wonder about one small spelling thing
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#365 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCZSJLN5IRP7X4EM24RXHDUOKJ5NANCNFSM5I5L6QIQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nitpick !
thx @PierreGtch
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
@robintibor @gemeinl merge if happy thx @PierreGtch |
Great thanks @PierreGtch merged |
Closes #364