Closed navidcy closed 1 year ago
I also removed the tilmestep wizard from the first example. I thought it's better to keep it as simple as possible for the first example one sees. The particular buoyancy front example keeps CFL < 0.3 with Δt = 2sec.
Patch coverage: 50.00
% and project coverage change: +0.06
:tada:
Comparison is base (
61c0120
) 61.40% compared to head (8bc2d6e
) 61.46%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@jagoosw I don't know if I messed up with the edits in eea66e9. Have a look.
cool, feel free to merge :)
I just thought, given that the Eady problem example has random initial conditions, it might stop it from intermittently failing if we set a random seed (and this seed produces an okay looking result).
I noticed that there were a few docstrings that had an empty line between them and the method they were documenting. This empty line detaches the docstring from the method so Documented does not include it in the Library (Documenter does not know that those docstrings belong to those methods).
I removed the disclaimer from the Docs/Appendix/Library page. @jagoosw is there still methods/types whose docs don't appear in the library page? Note that since we have
private = false
, only exported methods/types should appear here.