Skip to content

Commit

Permalink
fix default maximum_cores doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Oct 3, 2024
1 parent 4e69104 commit 302cf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spaceKLIP/coron1pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def run_single_file(fitspath, output_dir, steps={}, verbose=False, **kwargs):
Default: False.
- ramp_fit/maximum_cores : str, optional
max number of parallel processes to create during ramp fitting.
'none', 'quarter', 'half', or 'all'. Default: 'quarter'.
'none', 'quarter', 'half', or 'all'. Default: 'none'.
The default is {}.
Expand Down Expand Up @@ -803,7 +803,7 @@ def run_obs(database,
Default: False.
- ramp_fit/maximum_cores : str, optional
max number of parallel processes to create during ramp fitting.
'none', 'quarter', 'half', or 'all'. Default: 'quarter'.
'none', 'quarter', 'half', or 'all'. Default: 'none'.
Default is {}.
Each of these parameters can be passed directly through `kwargs`.
Expand Down

0 comments on commit 302cf8c

Please sign in to comment.