Skip to content

Commit

Permalink
added ToDos
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaFo committed Jun 14, 2024
1 parent 1985da3 commit fa5b215
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tutorials/stats-sensor-space/76_new_cluster_test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import mne

# TODO: implement formulaic design matrix for paired t-test
# TODO: @erik: add dataset to mne-data

# import and load dataset
path_to_p3 = Path("C:/Users/Carina/mne_data/ERP_CORE_P3")
Expand Down Expand Up @@ -235,8 +237,6 @@ def prepare_dataframe_for_cluster_function(
subject_index=shuffled_participant_ids)


cluster_test(df)

def cluster_test(
df: pd.DataFrame,
contrast: bool = True,
Expand Down Expand Up @@ -471,3 +471,5 @@ def plot_cluster(
plt.show()

return None

cluster_test(df)

0 comments on commit fa5b215

Please sign in to comment.