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 dcfd22e commit 54afaef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions osl_ephys/preprocessing/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,6 @@ def run_proc_chain(
List of keys to skip writing to disk. If None, we don't skip any keys.
extra_funcs : list
User-defined functions.
covs : dict, pd.DataFrame, or None
Covariates for GLM.
random_seed : 'auto' (default), int or None
Random seed to set. If 'auto', a random seed will be generated. Random seeds are set for both Python and NumPy.
If None, no random seed is set.
Expand Down Expand Up @@ -1117,7 +1115,6 @@ def run_proc_batch(
overwrite=overwrite,
skip_save=skip_save,
extra_funcs=extra_funcs,
covs=covs,
random_seed=random_seed,
)

Expand Down

0 comments on commit 54afaef

Please sign in to comment.