Skip to content

Commit

Permalink
Albrja/mic-5538/crn-additional-seed (#247)
Browse files Browse the repository at this point in the history
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.
-->
  • Loading branch information
albrja authored Dec 17, 2024
1 parent 0e03f25 commit 1f2e469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.1.1 - 12/16/24**

- Defer defining randomness additional seed to RandomnessManager

**2.1.0 - 11/06/24**

- Drop support for Python 3.9
Expand Down
1 change: 0 additions & 1 deletion src/vivarium_cluster_tools/psimulate/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def sim_config(self) -> dict:
**self.branch_configuration,
"randomness": {
"random_seed": self.random_seed,
"additional_seed": self.input_draw,
},
"input_data": {
"input_draw_number": self.input_draw,
Expand Down

0 comments on commit 1f2e469

Please sign in to comment.