Skip to content

Commit

Permalink
Fix circuit place seed
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Apr 28, 2023
1 parent fd5b184 commit be61217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/synthesis_workflow/tasks/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ class BuildCircuit(WorkflowTask):
mask_path = OptionalPathParameter(
default=None, description=":str: Path to save thickness mask (NCx only)."
)
seed = luigi.OptionalIntParameter(
default=None, description=":int: Pseudo-random generator seed."
)
seed = luigi.OptionalIntParameter(default=42, description=":int: Pseudo-random generator seed.")
mtype_taxonomy_file = luigi.Parameter(
default="mtype_taxonomy.tsv",
description=":str: Filename of taxonomy file to provide to BrainBuilder",
Expand Down

0 comments on commit be61217

Please sign in to comment.