Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: reword non-monotonic cell center warning#18483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
48cc170
to3ab4146
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
No very strong opinion, but here's another wording:
The input coordinates to {funcname} are interpreted as cell centers but are not monotonically increasing or decreasing. This may lead to wrongly calculated mesh cell edges. In such a case, please supply explicit cell edges to {funcname}.
3ab4146
toa6640ce
CompareThanks@timhoffm - edited yours a bit, but that is better. |
Doesn't look like you updated the expected text in the test? |
a6640ce
to8a54d4e
Compare8a54d4e
to558ccae
CompareI pushed a fix to the tests, as this is the last thing for 3.3.2. |
…483-on-v3.3.xBackport PR#18483 on branch v3.3.x (DOC: reword non-monotonic cell center warning)
I like these wording changes, thanks for fixing that up! |
PR Summary
Slight modification to the warning in#18398.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
andpydocstyle<4
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).