Skip to content

Commit

Permalink
Merge pull request #84 from GazzolaLab/bug/default-coordinate-namespace
Browse files Browse the repository at this point in the history
[minor] bug on old run script default values
  • Loading branch information
iraikov authored Dec 4, 2024
2 parents 6844ead + 5774203 commit eb83af4
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 eb83af4

Please sign in to comment.