Skip to content

Commit

Permalink
2024-09-01 update : changing samples to 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Sep 2, 2024
1 parent d4211ea commit 1d85a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/uciwwiehr_model_fitting_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ obstimes_hosp = df.obstimes
obstimes_wastewater = df.obstimes
param_change_times = 1:7:length(obstimes) # Change every week
priors_only = false
n_samples = 200
n_samples = 50
forecast = true
forecast_weeks = 4
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/uciwwiehr_model_fitting_no_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ obstimes_hosp = df.obstimes
obstimes_wastewater = df.obstimes
param_change_times = 1:7:length(obstimes) # Change every week
priors_only = false
n_samples = 200
n_samples = 50
forecast = false
forecast_weeks = 0
Expand Down

0 comments on commit 1d85a91

Please sign in to comment.