Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Apr 25, 2024
1 parent ea08e93 commit a0357b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tuto_paper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ my_palette(K) = palette(vcat(cur_colors[1], [cur_colors[c] for c in 3:4], cur_co
md"""
For map plot, we use `GeoMakie.jl` + a hack with `NaturalEarth.jl`
"""
file_for_maps_with_geomakie = "geo_makie_features.jl"#download("https://raw.githubusercontent.com/dmetivie/StochasticWeatherGenerators.jl/master/examples/geo_makie_features.jl") # download file from a GitHub repo
file_for_maps_with_geomakie = download("https://raw.githubusercontent.com/dmetivie/StochasticWeatherGenerators.jl/master/examples/geo_makie_features.jl") # download file from a GitHub repo
include(file_for_maps_with_geomakie)

md"""
Expand Down Expand Up @@ -520,7 +520,7 @@ Now we are ready to generate samples from the SWG model.
md"""
`Nb` is the number of realization
"""
Nb = 100
Nb = 1000

md"""
Sample the (seasonal) HMM model and output the sequence of hidden states and multi-site dry/wet.
Expand Down

0 comments on commit a0357b5

Please sign in to comment.