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

Correct numpy dtype comparisons in image_resample#28458

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

Conversation

ianthomas23
Copy link
Member

PR summary

Correct numpy dtype comparisons inimage_resample C++ code.

Previously we were usingdtype1.is(dtype2) (the pybind11 C++ equivalent ofdtype1 is dtype2 in Python) whereas we should have been usingdtype1.equal(dtype2) (the pybind11 C++ equivalent ofdtype1 == dtype2 in Python).

PR checklist

@story645story645 added this to thev3.9.1 milestoneJun 25, 2024
@QuLogicQuLogic merged commite353367 intomatplotlib:mainJun 25, 2024
43 of 44 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJun 25, 2024
QuLogic added a commit that referenced this pull requestJun 26, 2024
…458-on-v3.9.xBackport PR#28458 on branch v3.9.x (Correct numpy dtype comparisons in image_resample)
@ianthomas23ianthomas23 deleted the 28448_image_resample_dtype_comparisons branchJune 26, 2024 06:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@timhoffmtimhoffmtimhoffm approved these changes

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

Successfully merging this pull request may close these issues.

[Bug]: Making an RGB image from pickled data throws error
4 participants
@ianthomas23@QuLogic@timhoffm@story645

[8]ページ先頭

©2009-2025 Movatter.jp