Skip to content
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

modify import #13

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
modify import
Signed-off-by: Luciano <lucianozablocki@gmail.com>
  • Loading branch information
lucianozablocki committed Jun 14, 2022
commit 0e970964c751aad3fd6068c9976a17e2a5990c37
3 changes: 1 addition & 2 deletions Python_Processing/Data_extractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
import mne
import gc
import numpy as np
import Utilitys
from Utilitys import sub_name , unify_names
from Inner_Speech_Dataset.Python_Processing.Utilitys import sub_name , unify_names
import pickle
def Extract_subject_from_BDF(root_dir,N_S,N_B):

Expand Down