Skip to content

Commit

Permalink
2024-08-24 update : fixing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Aug 24, 2024
1 parent 1dbb372 commit 2835768
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/tutorials/uciwwiehr_model_fitting_no_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ samples = uciwweihr_fit(
n_samples
)
model_output = uciwweihr_gq_pp(
samples,
data_hosp,
data_wastewater,
obstimes,
param_change_times
samples = samples,
data_hosp = data_hosp,
data_wastewater = data_wastewater,
obstimes = obstimes,
param_change_times = param_change_times,
)
first(model_output[1][:,1:5], 5)
Expand Down

0 comments on commit 2835768

Please sign in to comment.