From 6cda7bdd1b9e6ca2ab3028e0605259be31e547ef Mon Sep 17 00:00:00 2001 From: gphipps Date: Wed, 17 Jul 2024 08:59:56 -0700 Subject: [PATCH] Removing references to regmod_smooth and swimr --- src/onemod/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/onemod/main.py b/src/onemod/main.py index dfaa3d75..3120795f 100644 --- a/src/onemod/main.py +++ b/src/onemod/main.py @@ -25,11 +25,8 @@ def run_pipeline( directory : str The experiment directory. It must contain config/settings.yml. stages : list of str or str, optional - The pipeline stages to run. Default is ['rover', 'swimr', 'weave', 'ensemble']. + The pipeline stages to run. Default is ['rover_covsel', 'spxmod', 'weave', 'ensemble']. The experiment directory. Must contain config/settings.yml. - stages : list of str, optional - The pipeline stages to run. Default is - ['rover_covsel', 'regmod_smooth', 'weave', 'ensemble']. cluster_name : str, optional Name of the cluster to run the pipeline on. Default is 'slurm'. configure_resources : bool, optional