Skip to content

Commit

Permalink
remove covs input from proc_chain
Browse files Browse the repository at this point in the history
  • Loading branch information
matsvanes committed Jan 7, 2025
1 parent fb22e87 commit a2f2f04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osl_ephys/preprocessing/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ def run_proc_chain(
overwrite=False,
skip_save=None,
extra_funcs=None,
covs=None,
random_seed='auto',
verbose="INFO",
mneverbose="WARNING",
Expand Down Expand Up @@ -868,7 +867,6 @@ def run_proc_chain(
"epochs": None,
"event_id": config["meta"]["event_codes"],
"ica": None,
"covs": covs,
"fig": {},
}

Expand Down

0 comments on commit a2f2f04

Please sign in to comment.