File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
src/vivarium_cluster_tools/psimulate Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments