Skip to content

Commit

Permalink
remove population periodic report name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKumar9 committed Dec 10, 2024
1 parent 16af1d2 commit 2c68bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions input/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"growth_rate_incubation_period": 0.15,
"report_period": 1.0,
"synth_population_file": "input/people_test.csv",
"tri_vl_params_file": "input/tri_vl_params.csv",
"population_periodic_report": "people_report.csv"
"tri_vl_params_file": "input/tri_vl_params.csv"
}
}
1 change: 0 additions & 1 deletion src/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub struct ParametersValues {
pub report_period: f64,
pub synth_population_file: PathBuf,
pub tri_vl_params_file: PathBuf,
pub population_periodic_report: String,
}

fn validate_inputs(parameters: &ParametersValues) -> Result<(), IxaError> {
Expand Down

0 comments on commit 2c68bff

Please sign in to comment.