Skip to content

Commit

Permalink
Try force getting names
Browse files Browse the repository at this point in the history
  • Loading branch information
caiw committed Jan 15, 2024
1 parent 0340f30 commit 025cfe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions invokers/run_gridsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def main():

# Load data
emeg_values, ch_names = load_emeg_pack(emeg_paths,
need_names=False,
ave_mode=args.ave_mode,
inverse_operator=inverse_operator,
p_tshift=None,
snr=args.snr)
need_names=True,
ave_mode=args.ave_mode,
inverse_operator=inverse_operator,
p_tshift=None,
snr=args.snr)

func = load_function(Path(args.base_dir, args.function_path),
func_name=args.function_name,
Expand Down

0 comments on commit 025cfe1

Please sign in to comment.