{{ message }}
Get Mathtext \times symbol from cmsy10 when using cmr10. - #23702
Merged
Merged
Conversation
oscargus
approved these changes
Aug 22, 2022
oscargus
left a comment
Member
There was a problem hiding this comment.
One may consider a test. but I cannot really tell what would be the simplest test as a normal text with `\times' does already work.
Contributor
Author
Contributor
|
Perhaps https://docs.pytest.org/en/7.1.x/how-to/logging.html#caplog-fixture can help. |
Member
|
I was more thinking about testing that the multiplication sign shows up (instead of ¤), rather than the warning thing. |
tfpf
force-pushed
the
cmr10_cmsy10_substitutions
branch
from
August 22, 2022 16:35
ba3891d to
077ea7c
Compare
Contributor
Author
I think this would require an image comparison test? I could add it if required. |
tfpf
commented
Aug 22, 2022
Contributor
Author
|
Strange. How did the code coverage decrease. There are no uncovered lines reported in the diff. |
Member
tfpf
force-pushed
the
cmr10_cmsy10_substitutions
branch
from
October 4, 2022 18:11
48192cc to
f53301d
Compare
timhoffm
approved these changes
Oct 6, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR Summary
Fixes #10029.
I felt that having all glyph fixes in the same place would result in cleaner code. This will also be easy to extend if, in the future, we plan to add more glyph substitutions.
PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).