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

Use immutable objects when dealing with loopy callables #4002

Merged
merged 4 commits into from
Feb 5, 2025

Conversation

connorjward
Copy link
Contributor

@connorjward connorjward commented Jan 30, 2025

Closes #3992

Must follow firedrakeproject/loopy#32

This takes us from 44660 warnings down to 1685 (just looking at the serial tests).

Copy link

github-actions bot commented Jan 30, 2025

TestsPassed ✅Skipped ⏭️Failed ❌
Firedrake real0 ran0 passed0 skipped0 failed

Copy link

github-actions bot commented Jan 30, 2025

TestsPassed ✅Skipped ⏭️Failed ❌
Firedrake complex8022 ran6483 passed1539 skipped0 failed

@connorjward connorjward marked this pull request as ready for review February 5, 2025 09:16
JHopeCollins
JHopeCollins previously approved these changes Feb 5, 2025
Copy link
Member

@JHopeCollins JHopeCollins left a comment

Choose a reason for hiding this comment

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

LGTM, that's a massive decrease in the number of warnings on CI!

@connorjward connorjward merged commit c6aaa93 into master Feb 5, 2025
15 of 16 checks passed
@connorjward connorjward deleted the connorjward/fix-loopy-warnings branch February 5, 2025 12:44
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.

BUG: DeprecationWarning: arg_id_to_dtype passed to InKernelCallable was not hashable
2 participants