Typo in plot_oedi_9068.py#1996
Conversation
* add example script and static plot images * configure sphinx-gallery to not execute this one * lint * whatsnew * fix backticks issue * updates from review
|
From a quick glance, failed tests have nothing to do with changes introduced by this PR. |
I can't reproduce this test error on my Windows system with scipy 1.12 and numpy 1.26.4. There were some changes to scipy's |
|
#2002 should be addressed now too, however on the built docs I'm pretty sure it won't show. Locally it does. I expect ReadTheDocs to apply some caching between runs at least for PR builds. See this issue of sphinx-gallery. |
kandersolar
left a comment
There was a problem hiding this comment.
I expect ReadTheDocs to apply some caching between runs at least for PR builds.
I think this is not the case; to my knowledge, all builds are started from a blank slate every time. The only caching I experience with RTD is from my own web browser, and a hard refresh (ctrl-F5 or similar) has always fixed it :)
You are right, I never thought there would be a difference between that reloading shortcut and the common Ctrl+R. Btw, at least on Firefox Ctrl+Shift+R seems to do a hard reload too. PR should be ready to merge I think. |
plot_oedi_9068.py#2002 and fixes a typo in the code[ ] Tests added[ ] Updates entries indocs/sphinx/source/referencefor API changes.docs/sphinx/source/whatsnewfor all changes. Includes link to the GitHub Issue with:issue:`num`or this Pull Request with:pull:`num`. Includes contributor name and/or GitHub username (link with:ghuser:`user`).[ ] New code is fully documented. Includes numpydoc compliant docstrings, examples, and comments where necessary.remote-data) and Milestone are assigned to the Pull Request and linked Issue.Solve a typo in said file. View conversation.
Docs