We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4c58 commit 6233093Copy full SHA for 6233093
src/vivarium_cluster_tools/psimulate/jobs.py
@@ -41,8 +41,8 @@ def job_specific(self) -> dict[str, Any]:
41
"""Parameters that vary by job in a psimulate run."""
42
return {
43
**self.branch_configuration,
44
- "random_seed": self.random_seed,
45
"input_draw": self.input_draw,
+ "random_seed": self.random_seed,
46
}
47
48
@property
0 commit comments