Skip to content

Commit b067a2e

Browse files
committed
HOTFIX - changed entrypoint values type (was string incorrectly)
Now float as intended
1 parent 920e00c commit b067a2e

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

models/physical_inactivity_advice.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"id": "INTERVENTION_BASELINE_COVERAGE",
1515
"description": "Change the baseline coverage for the intervention",
1616
"position": ["generate_array", "parameters"],
17-
"value": "0.0"
17+
"value": 0.0
1818
},
1919
{
2020
"id": "INTERVENTION_TARGET_COVERAGE",
2121
"description": "Change the target coverage for the intervention",
2222
"position": ["generate_array", "parameters"],
23-
"value": "0.0"
23+
"value": 0.0
2424
}
2525
],
2626
"nodes": [

models/physical_inactivity_awareness.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"id": "INTERVENTION_BASELINE_COVERAGE",
1515
"description": "Change the baseline coverage for the intervention",
1616
"position": ["generate_array", "parameters"],
17-
"value": "0.0"
17+
"value": 0.0
1818
},
1919
{
2020
"id": "INTERVENTION_TARGET_COVERAGE",
2121
"description": "Change the target coverage for the intervention",
2222
"position": ["generate_array", "parameters"],
23-
"value": "0.0"
23+
"value": 0.0
2424
}
2525
],
2626
"nodes": [
@@ -598,6 +598,7 @@
598598
"batch": false,
599599
"narration": "Intervention Impacts are fetched",
600600
"included_source_nodes": [
601+
"m3p3kYqZ",
601602
"lw9B35Qq"
602603
]
603604
},
@@ -606,6 +607,8 @@
606607
"batch": false,
607608
"narration": "Intervention Coverages (Baseline and Target) are initialised",
608609
"included_source_nodes": [
610+
"cgjghym1",
611+
"w7UW9Tfq",
609612
"SjkzUCw9",
610613
"Xp08uYrT"
611614
]
@@ -616,6 +619,7 @@
616619
"narration": "Marginal Impacts are Initialised with 1, (Summed with 0)",
617620
"included_source_nodes": [
618621
"oWAZOadw",
622+
"nDuxJ9li",
619623
"zYXUZira"
620624
]
621625
},
@@ -667,7 +671,9 @@
667671
"narration": "Intervention Coverage Differences are Calculated",
668672
"included_edges": [
669673
"d6ag84Vo",
670-
"M2xfXWmu"
674+
"M2xfXWmu",
675+
"SmWJRRlR",
676+
"N6LThlcj"
671677
]
672678
},
673679
{
@@ -676,14 +682,17 @@
676682
"narration": "Marginal Impact is calculated (difference in coverage * impact)",
677683
"included_edges": [
678684
"mMd6t1zo",
679-
"iyHqovoy"
685+
"FDNajB71",
686+
"iyHqovoy",
687+
"OfGYkGvJ"
680688
]
681689
},
682690
{
683691
"method": "push_balance_to_edges",
684692
"batch": false,
685693
"narration": "Marginal Impacts are Summed",
686694
"included_edges": [
695+
"i2L62VFR",
687696
"uPNpjfHZ"
688697
]
689698
},

0 commit comments

Comments
 (0)