Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Nov 4, 2024
1 parent d84fd92 commit d952c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/resources/answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def setup_typeset():
return np.swapaxes(integrated, 0, 1), time_steps
Note that such double transposing is not the only way to vectorise.
It is often better to do [something else](https://nansencenter.github.io/DAPPER/dapper/mods.html).
It is often better to do [something else](https://nansencenter.github.io/DAPPER/reference/mods/).
''']

answers["Hint: Lorenz energy"] = ["MD", r'''
Expand Down

0 comments on commit d952c70

Please sign in to comment.