You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the docs currently only checks for complete failures and errors, however there are issues that can occur that do not cause the cell to completely fail, but can produce the wrong answer. A current example of this is additional_flight_phases.ipynb, where a number of runtime warnings pop up. This is both concerning for a user reading the docs who doesn't know if these warnings are serious or not, and could lead to a doc showing the incorrect answer for an example.
We need to start baking asserts and other checks similar to our unittests and benchmark tests into doc cells (probably separate hidden cells) so we immediately know if something changed
Is there any existing documentation on your requested topic? Please describe.
No response
The text was updated successfully, but these errors were encountered:
Desired documentation content.
Building the docs currently only checks for complete failures and errors, however there are issues that can occur that do not cause the cell to completely fail, but can produce the wrong answer. A current example of this is
additional_flight_phases.ipynb
, where a number of runtime warnings pop up. This is both concerning for a user reading the docs who doesn't know if these warnings are serious or not, and could lead to a doc showing the incorrect answer for an example.We need to start baking asserts and other checks similar to our unittests and benchmark tests into doc cells (probably separate hidden cells) so we immediately know if something changed
Is there any existing documentation on your requested topic? Please describe.
No response
The text was updated successfully, but these errors were encountered: