Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing verbose
Browse files Browse the repository at this point in the history
bknueven committed May 26, 2021
1 parent d17b3ff commit 6e56a77
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions prescient/simulator/master_options.py
Original file line number Diff line number Diff line change
@@ -386,13 +386,6 @@ def _construct_inner_options_parser():

# # PRESCIENT_OUTPUT_OPTIONS

output_simulation_options.add_option('--verbose',
help='Generate verbose output, beyond the usual status output. '
'Default is False.',
action='store_true',
dest='verbose',
default=False)

output_simulation_options.add_option('--output-ruc-initial-conditions',
help="Output ruc (deterministic or stochastic) initial conditions prior "
"to each solve. Default is False.",

0 comments on commit 6e56a77

Please sign in to comment.