Skip to content

Commit

Permalink
Autostyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Oct 31, 2024
1 parent 24872e4 commit e0df6c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nssp_demo/forecast_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def main(
logger.info("Performing posterior prediction / forecasting...")
generate_and_save_predictions(model_run_dir, n_forecast_days)

logger.info("Performing baseline forecasting and non-target pathogen forecasting...")
logger.info(
"Performing baseline forecasting and non-target pathogen forecasting..."
)
n_denominator_samples = n_samples * n_chains
baseline_forecasts(model_run_dir, n_forecast_days, n_denominator_samples)
logger.info("Forecasting complete.")
Expand Down

0 comments on commit e0df6c2

Please sign in to comment.