Skip to content

Commit ea94274

Browse files
committed
fix DALYs and AD-associated death in V&V notebooks
1 parent 5aa3c2b commit ea94274

File tree

3 files changed

+337
-485
lines changed

3 files changed

+337
-485
lines changed

tests/hr_degradation_analysis.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"cell_type": "code",
54-
"execution_count": null,
54+
"execution_count": 1,
5555
"id": "imports",
5656
"metadata": {
5757
"execution": {
@@ -292,7 +292,7 @@
292292
{
293293
"data": {
294294
"application/vnd.jupyter.widget-view+json": {
295-
"model_id": "2435e333157d4616ac97a2fb15830718",
295+
"model_id": "f5a67fb348004836b830b42b4e61d565",
296296
"version_major": 2,
297297
"version_minor": 0
298298
},
@@ -315,7 +315,7 @@
315315
{
316316
"data": {
317317
"application/vnd.jupyter.widget-view+json": {
318-
"model_id": "036b7f42368b4f83ad6bead625a4290a",
318+
"model_id": "9408f0ed77d04d44b3d53f1013f32ce0",
319319
"version_major": 2,
320320
"version_minor": 0
321321
},
@@ -618,7 +618,7 @@
618618
},
619619
{
620620
"cell_type": "code",
621-
"execution_count": 10,
621+
"execution_count": 7,
622622
"id": "five-panel-plot",
623623
"metadata": {
624624
"execution": {
@@ -753,7 +753,7 @@
753753
},
754754
{
755755
"cell_type": "code",
756-
"execution_count": 11,
756+
"execution_count": 8,
757757
"id": "summary-table",
758758
"metadata": {
759759
"execution": {
@@ -811,7 +811,7 @@
811811
},
812812
{
813813
"cell_type": "code",
814-
"execution_count": 12,
814+
"execution_count": 9,
815815
"id": "bar-chart",
816816
"metadata": {
817817
"execution": {
@@ -883,7 +883,7 @@
883883
"pulling the average HR toward 1.0 (no effect):\n",
884884
"\n",
885885
"1. **As-treated (effect only)**: Isolates the `treatment_effect` window where\n",
886-
" RR = 0.528 is fully applied. The HR matches the dialed-in RR almost exactly.\n",
886+
" RR = 0.528 is fully applied. The HR matches the assumed RR almost exactly.\n",
887887
" This confirms the simulation correctly implements the treatment effect.\n",
888888
"\n",
889889
"2. **As-treated (effect + waning)**: Extends through `waning_effect`, where the\n",

tests/km_and_sankey_analysis.ipynb

Lines changed: 77 additions & 87 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)