Skip to content

Commit

Permalink
doc: docstring clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Feb 25, 2021
1 parent f4d2c07 commit e14fe94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyreisejl/utility/launchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ class Launcher:
where HH, MM, and SS are optional.
:param int interval: length of each interval in hours
:param str input_dir: directory with input data
:param None/str execute_dir: directory for execute data. None defaults to an
execute folder that will be created in the input directory
:param None/int threads: number of threads to use.
:param None/dict solver_kwargs: keyword arguments to pass to solver (if any).
:param str execute_dir: directory for execute data. None defaults to an execute
folder that will be created in the input directory
:param int threads: number of threads to use. None defaults to letting the solver
decide.
:param dict solver_kwargs: keyword arguments to pass to solver (if any).
:param str julia_env: path to the julia environment to be used to run simulation.
:param int num_segments: number of segments used for cost curve linearization.
:raises InvalidDateArgument: if start_date is posterior to end_date
Expand Down

0 comments on commit e14fe94

Please sign in to comment.