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

DOC: fix strip_chart example with numpy 1.24#24774

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
ksunden merged 1 commit intomatplotlib:mainfromtacaswell:fix/doc_build
Dec 19, 2022

Conversation

tacaswell
Copy link
Member

PR Summary

With numpy 1.24 we are ending up with the y-data being passed to the line that looked like

[0, 0.0, 0.0, 0.0, 0.0, array([0.75523994])]

which was then causing issues when we went to convert that list to an array. I did not track down if this is a change in the behavior ofnp.random.rand or in how picky the list->array casting logic is.

For reasons that are very unclear to me this also unbreaks the unchained example when building the docs which suggests to me that the examples are not as isolated as we think (I could not get the unchained demo to fail outside of the docs build which also suggests some state leakage between them).

@tacaswelltacaswell added this to thev3.6-doc milestoneDec 19, 2022
Copy link
Member

@oscargusoscargus left a comment

Choose a reason for hiding this comment

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

Weird change considering the error message. Well hunted!

@ksundenksunden merged commite046b10 intomatplotlib:mainDec 19, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestDec 19, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestDec 19, 2022
rcomer added a commit that referenced this pull requestDec 19, 2022
…774-on-v3.6.xBackport PR#24774 on branch v3.6.x (DOC: fix strip_chart example with numpy 1.24)
rcomer added a commit that referenced this pull requestDec 19, 2022
…774-on-v3.6.2-docBackport PR#24774 on branch v3.6.2-doc (DOC: fix strip_chart example with numpy 1.24)
@tacaswelltacaswell deleted the fix/doc_build branchDecember 19, 2022 20:21
@ksundenksunden mentioned this pull requestFeb 20, 2023
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ksundenksundenksunden approved these changes

@oscargusoscargusoscargus approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.6-doc
Development

Successfully merging this pull request may close these issues.

3 participants
@tacaswell@ksunden@oscargus

[8]ページ先頭

©2009-2025 Movatter.jp