Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Expire deprecation of \stackrel#16206

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

Merged
tacaswell merged 1 commit intomatplotlib:masterfromanntzer:unstackrel
Feb 8, 2020

Conversation

anntzer
Copy link
Contributor

PR Summary

Like#16204, but for \stackrel.

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@codecov
Copy link

codecovbot commentedFeb 7, 2020

Codecov Report

Merging#16206 intomaster willdecrease coverage by6.01%.
The diff coverage isn/a.

Impacted file tree graph

@@            Coverage Diff             @@##           master   #16206      +/-   ##==========================================- Coverage   80.87%   74.85%   -6.02%==========================================  Files         306      275      -31       Lines       75758    68664    -7094       Branches     9690     9686       -4     ==========================================- Hits        61268    51401    -9867- Misses      11953    14907    +2954+ Partials     2537     2356     -181
Impacted FilesCoverage Δ
lib/matplotlib/backends/backend_gtk3cairo.py0.00% <0.00%> (-100.00%)⬇️
...b/matplotlib/backends/qt_editor/formsubplottool.py0.00% <0.00%> (-100.00%)⬇️
lib/matplotlib/backends/backend_qt5cairo.py0.00% <0.00%> (-89.19%)⬇️
lib/matplotlib/backends/backend_qt4agg.py20.00% <0.00%> (-80.00%)⬇️
lib/matplotlib/tests/test_backend_qt.py14.75% <0.00%> (-78.38%)⬇️
lib/matplotlib/tests/test_backend_cairo.py25.00% <0.00%> (-75.00%)⬇️
lib/matplotlib/tests/test_usetex.py30.55% <0.00%> (-69.45%)⬇️
lib/matplotlib/backends/backend_wxcairo.py0.00% <0.00%> (-64.00%)⬇️
lib/matplotlib/backends/backend_qt5agg.py10.63% <0.00%> (-63.83%)⬇️
lib/matplotlib/backends/backend_pgf.py19.08% <0.00%> (-61.03%)⬇️
... and198 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatec449ee4...de733cb. Read thecomment docs.

@@ -93,7 +93,6 @@
r'$\operatorname{cos} x$', # github issue #553
r'$\sum _{\genfrac{}{}{0}{}{0\leq i\leq m}{0<j<n}}P\left(i,j\right)$',
r"$\left\Vert a \right\Vert \left\vert b \right\vert \left| a \right| \left\| b\right\| \Vert a \Vert \vert b \vert$",
r'$\mathring{A} \stackrel{\circ}{A} \AA$',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Can we leave in the test asr'$\mathring{A} \AA$', ? I don't think we other wise have coverage of those symbols and it will avoid the re-numbering of the tests which is very confusing.

If we really want to drop this test, we should leave aNone in place and filter it a bit farther down just before we feed paramaterize.

Copy link
Member

@tacaswelltacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

have an idea on how to avoid re-numbering everything

Copy link
Member

@tacaswelltacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Only modify the test.

@anntzer
Copy link
ContributorAuthor

anntzer commentedFeb 8, 2020
edited
Loading

Your patch looks fine to me.

@tacaswelltacaswell merged commit85fd1ab intomatplotlib:masterFeb 8, 2020
@anntzeranntzer deleted the unstackrel branchFebruary 8, 2020 17:17
@anntzeranntzer mentioned this pull requestFeb 8, 2020
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell approved these changes

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.3.0
Development

Successfully merging this pull request may close these issues.

3 participants
@anntzer@tacaswell@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp