Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encore Windows type fix #60

Merged
merged 2 commits into from
Dec 24, 2023
Merged

Encore Windows type fix #60

merged 2 commits into from
Dec 24, 2023

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Dec 23, 2023

Original commit message by @tylerjereddy:

  • in NumPy 2.0.0, the default integer size on Windows will be 64-bit; we have 10 related test failures on Windows alongside NumPy main at the moment, and this patch fixes those failures by forcing a reversion to the old behavior, effectively kicking the can down the road

  • I think we're going to proceed with a similar solution upstream for now (i.e., BUG: wheel runs have a *lot* of test fails at the moment. scipy/scipy#19605 (comment));

Fixes #59

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Original commit message by @tylerjereddy 

* in NumPy `2.0.0`, the default integer size on Windows
will be 64-bit; we have 10 related test failures on Windows
alongside NumPy `main` at the moment, and this patch fixes
those failures by forcing a reversion to the old behavior,
effectively kicking the can down the road

* I think we're going to proceed with a similar solution upstream
for now (i.e., scipy/scipy#19605 (comment));
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

Merging #60 (87d4193) into main (8be0f92) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Copy link
Member

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

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

CI seems happy, I guess I'm approving my own patch but anyway it is a small one and probably the only sensible option without redesign for now.

@tylerjereddy tylerjereddy merged commit c3f8099 into main Dec 24, 2023
24 checks passed
@tylerjereddy tylerjereddy deleted the windows-type-fix branch December 24, 2023 16:42
@IAlibay
Copy link
Member Author

IAlibay commented Dec 24, 2023

Thanks @tylerjereddy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port windows long fix
2 participants