File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ parameters = BeforeIT.AUSTRIA2010Q1.parameters
68
68
initial_conditions = BeforeIT. AUSTRIA2010Q1. initial_conditions
69
69
70
70
T = 20
71
- model = BeforeIT. initialise_model (parameters, initial_conditions, T)
71
+ model = BeforeIT. init_model (parameters, initial_conditions, T)
72
72
data = BeforeIT. run_one_sim! (model)
73
73
```
74
74
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ for each epoch using `BeforeIT.run_one_epoch!(model)` and `BeforeIT.update_data!
16
16
17
17
# Example
18
18
```julia
19
- model = BeforeIT.initialize_model (parameters, initial_conditions, T)
19
+ model = BeforeIT.init_model (parameters, initial_conditions, T)
20
20
data = run_one_sim!(model)
21
21
"""
22
22
function run_one_sim! (model; multi_threading = false , shock = NoShock ())
You can’t perform that action at this time.
0 commit comments