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

Fix Numpy 2.0 compatibility bug in lesson 10 #8381

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

alexreinking
Copy link
Member

Fix Numpy 2.0 compatibility bug in lesson 10

Numpy 2.0 no longer performs narrowing conversions
automatically. We manually mask here instead.

Fixes #8380

Numpy 2.0 no longer performs narrowing conversions
automatically. We manually mask here instead.

Fixes #8380
@alexreinking alexreinking added bug buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels. and removed buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels. labels Aug 9, 2024
@alexreinking alexreinking merged commit 8643007 into main Aug 9, 2024
12 of 16 checks passed
@alexreinking alexreinking deleted the issues/8380-python-lesson-10 branch August 9, 2024 16:23
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.

python_tutorial_lesson_10_aot_compilation_run incompatible with Numpy 2
2 participants