Skip to content

Commit 0a5209c

Browse files
authored
Merge branch 'main' into pnast/feature/MIC-5628-conda-env-jenkins
2 parents 4e0a094 + 1f2e469 commit 0a5209c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
dependencies: "layered_config_tree,vivarium"
2222
skip_mypy: true
23+
python_version: ${{ matrix.python-version }}
2324
secrets:
2425
NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
2526
NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}

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)