Skip to content

Commit

Permalink
move report settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKumar9 committed Dec 20, 2024
1 parent 351bf3e commit a6e2fa9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ fn initialize() -> Result<Context, IxaError> {
// and symptom improvement/hospitalization time.
natural_history_manager::init(&mut context)?;

// Set the output directory and whether to overwrite the existing file.
context
.report_options()
.directory(PathBuf::from(&args.output_directory))
.overwrite(args.force_overwrite);

// Report the number of people by age, census tract, and infectious status
// every report_period.
context.add_periodic_report(
Expand Down

0 comments on commit a6e2fa9

Please sign in to comment.