Skip to content

Commit

Permalink
Removing references to regmod_smooth and swimr
Browse files Browse the repository at this point in the history
  • Loading branch information
gphipps authored and gphipps committed Jul 17, 2024
1 parent bbfb3a9 commit 6cda7bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/onemod/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cda7bd

Please sign in to comment.