Skip to content

Commit 1f2e469

Browse files
authored
Albrja/mic-5538/crn-additional-seed (#247)
Albrja/mic-5538/crn-additional-seed Remove defining of additional_seed - *Category*: Bugfix - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5538 ### Changes and notes <!-- Change description – why, what, anything unexplained by the above. Include guidance to reviewers if changes are complex. --> ### Testing <!-- Details on how code was verified, any unit tests local for the repo, regression testing, etc. At a minimum, this should include an integration test for a framework change. Consider: plots, images, (small) csv file. -->
1 parent 0e03f25 commit 1f2e469

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**2.1.1 - 12/16/24**
2+
3+
- Defer defining randomness additional seed to RandomnessManager
4+
15
**2.1.0 - 11/06/24**
26

37
- Drop support for Python 3.9

src/vivarium_cluster_tools/psimulate/jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def sim_config(self) -> dict:
5151
**self.branch_configuration,
5252
"randomness": {
5353
"random_seed": self.random_seed,
54-
"additional_seed": self.input_draw,
5554
},
5655
"input_data": {
5756
"input_draw_number": self.input_draw,

0 commit comments

Comments
 (0)