Skip to content

Commit

Permalink
Fix N2pc
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGtch committed Jul 8, 2024
1 parent 2efddb0 commit 1002c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moabb/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
ErpCore2021_ERN,
ErpCore2021_LRP,
ErpCore2021_MMN,
ErpCore2021_N2Pc,
ErpCore2021_N2pc,
ErpCore2021_N170,
ErpCore2021_N400,
ErpCore2021_P3,
Expand Down
2 changes: 1 addition & 1 deletion moabb/datasets/erpcore2021.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def encoding(self, events_df):
return encoded_column.values, mapping


class ErpCore2021_N2Pc(ErpCore2021):
class ErpCore2021_N2pc(ErpCore2021):
__doc__ = f"""N2pc events of the ERP CORE dataset by Kappenman et al. 2020.
{_docstring_head}
**Experimental procedure**:
Expand Down

0 comments on commit 1002c08

Please sign in to comment.