Skip to content

Commit 6233093

Browse files
committed
fully revert
1 parent 3ab4c58 commit 6233093

File tree

1 file changed

+1
-1
lines changed
  • src/vivarium_cluster_tools/psimulate

1 file changed

+1
-1
lines changed

src/vivarium_cluster_tools/psimulate/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def job_specific(self) -> dict[str, Any]:
4141
"""Parameters that vary by job in a psimulate run."""
4242
return {
4343
**self.branch_configuration,
44-
"random_seed": self.random_seed,
4544
"input_draw": self.input_draw,
45+
"random_seed": self.random_seed,
4646
}
4747

4848
@property

0 commit comments

Comments
 (0)