[x] Changes are covered by unit tests (no major decrease in code coverage %).
[ ] All tests pass.
[ ] Docstring coverage is 100% via tox -e docs or interrogate -c pyproject.toml (I mean, we should set a good example :smile:).
[ ] Updates to documentation:
[ ] Document any relevant additions/changes in README.rst.
[ ] Manually update both the README.rstanddocs/index.rst for any new/changed CLI flags.
[ ] Any changed/added classes/methods/functions have appropriate versionadded, versionchanged, or deprecateddirectives. Find the appropriate next version in the project's __init__.py file.
Hey, I just made a Pull Request!
Description
Motivation and Context
Have you tested this? If so, how?
Checklist for PR author(s)
tox -e docs
orinterrogate -c pyproject.toml
(I mean, we should set a good example :smile:).README.rst
.README.rst
anddocs/index.rst
for any new/changed CLI flags.versionadded
,versionchanged
, ordeprecated
directives. Find the appropriate next version in the project's__init__.py
file.Release note