Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Jan 17, 2025
1 parent 1ed82c5 commit 7259cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tuto_add_station_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ for i in eachindex(dfs_stat)
@transform!(df, :YIELD = res_YIELDs[i, j])
end
end
dfs_stat[1][1:10,:] # show how it looks like
dfs_stat[1][1][1:10,:] # show how it looks like at one station

md"""
!!! note
Expand Down

0 comments on commit 7259cdf

Please sign in to comment.