Skip to content

Commit

Permalink
[minor] bug on old run script default values
Browse files Browse the repository at this point in the history
Without the default value specified for `click` option, `None` will be used.
  • Loading branch information
skim0119 authored Dec 4, 2024
1 parent 6844ead commit 5774203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/run_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def mpi_excepthook(type, value, traceback):
@click.option(
"--coordinates-namespace",
required=False,
default="Coordinates",
type=str,
help="namespace for coordinates when cells without morphologies are instantiated",
)
Expand Down

0 comments on commit 5774203

Please sign in to comment.