pylance things
This commit is contained in:
@@ -2181,7 +2181,7 @@ def brain_3d_visualization(
|
||||
|
||||
|
||||
|
||||
def brain_landmarks_3d(raw_haemo: BaseRaw, show_optodes: Literal['sensors', 'labels', 'none', 'all'] = 'all', show_brodmann: bool = True, subjects_dir = None) -> None:
|
||||
def brain_landmarks_3d(raw_haemo: BaseRaw, show_optodes: Literal['sensors', 'labels', 'none', 'all'] = 'all', show_brodmann: bool = True, subjects_dir: Union[str, Path, None] = None) -> None:
|
||||
|
||||
if subjects_dir is None:
|
||||
subjects_dir = os.environ.get("SUBJECTS_DIR")
|
||||
@@ -2896,7 +2896,7 @@ def clean_subject_id(path_or_id):
|
||||
|
||||
|
||||
|
||||
def run_cross_group_second_level_analysis(
|
||||
def run_inter_group_second_level_analysis(
|
||||
df_roi_all: DataFrame,
|
||||
file_paths_a: list[str],
|
||||
file_paths_b: list[str],
|
||||
@@ -3166,7 +3166,7 @@ def run_cross_group_second_level_analysis(
|
||||
|
||||
|
||||
|
||||
def run_cross_group_laterality_analysis(
|
||||
def run_inter_group_laterality_analysis(
|
||||
df_roi_all_a: DataFrame,
|
||||
df_roi_all_b: DataFrame,
|
||||
roi_pairs: tuple[str, str] | None,
|
||||
@@ -3427,7 +3427,7 @@ def run_cross_group_laterality_analysis(
|
||||
|
||||
|
||||
|
||||
def run_cross_group_contrast_analysis(
|
||||
def run_inter_group_contrast_analysis(
|
||||
df_contrasts_a: DataFrame,
|
||||
df_contrasts_b: DataFrame,
|
||||
contrast_name: str,
|
||||
|
||||
Reference in New Issue
Block a user