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
We have moved towards only checking that the documented code blocks run without failure rather than returning a specific value/string.
The documentation build action already covers this testing purpose, and the correctness of the modelling is covered elsewhere (e.g. simulation data checking reasonable parameters are inferred).
I think we can remove the doctest step in the testing (along with the Documenter dep).
The text was updated successfully, but these errors were encountered:
We have moved towards only checking that the documented code blocks run without failure rather than returning a specific value/string.
The documentation build action already covers this testing purpose, and the correctness of the modelling is covered elsewhere (e.g. simulation data checking reasonable parameters are inferred).
I think we can remove the
doctest
step in the testing (along with theDocumenter
dep).The text was updated successfully, but these errors were encountered: