Skip to content

Commit 5bfd950

Browse files
committed
precommit
1 parent 4b594a9 commit 5bfd950

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/phase_1_calibration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"config_inputs": {
2929
"exe_file": "./target/release/ixa-epi-covid",
3030
"output_dir": "./experiments/phase1/calibration/output",
31-
"force_overwrite": True
31+
"force_overwrite": True,
3232
# "ixa_overrides": {
3333
# "synth_population_file": Path(os.path.expanduser(os.getenv("SYNTH_POPULATION_DIR"))) / "in.csv"
3434
# }
3535
},
3636
"importation_inputs": {
37-
"state": "Indiana",
37+
"state": "Indiana",
3838
"year": 2020,
3939
"symptomatic_reporting_prob": 0.5,
4040
},
@@ -71,6 +71,7 @@ def outputs_to_distance(model_output: pl.DataFrame, target_data: int):
7171
else:
7272
return 1000
7373

74+
7475
sampler = ABCSampler(
7576
generation_particle_count=500,
7677
tolerance_values=[30.0, 20.0, 10.0, 5.0],

0 commit comments

Comments
 (0)