Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit 1e43d6b

Browse files
committed
MC19 connector: Reduce number of simulations
We are not currently using the stochastic output (only the expected values), so run the simulation only once for now. This can be increased when needed.
1 parent b2c7983 commit 1e43d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modelingcovid-covidmodel/connector.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Print["Running model"];
249249
CreateDirectory["public/json/"<>stateCode<>"/"<>scenario1["id"]];
250250
CreateDirectory["public/json/"<>stateCode<>"/"<>customScenario["id"]];
251251
CreateDirectory["tests"];
252-
data = GenerateModelExport[10, {stateCode}];
252+
data = GenerateModelExport[1, {stateCode}];
253253

254254
Print["Translating output for unified UI"];
255255
timeSeriesData = data[stateCode]["scenarios"][customScenario["id"]]["timeSeriesData"];

0 commit comments

Comments
 (0)