Skip to content

Commit

Permalink
Update real_world.md produce_or_load parameter (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzi448 authored Aug 20, 2024
1 parent ce20161 commit 09e1029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/real_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ end

N = 2000; T = 2000.0
data, file = produce_or_load(
datadir("mushrooms", "toy"), # path
simulation, # function
@dict(N, T), # container
simulation; # function
datadir("mushrooms", "toy"), # path
prefix = "fig5_toyparams" # prefix for savename
)
@unpack toypar_h = data
Expand Down

0 comments on commit 09e1029

Please sign in to comment.