You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/lib/python3.12/dataclasses.py:1581: DeprecationWarning: arg_id_to_dtype passed to InKernelCallable was not hashable. This usage is deprecated and will stop working in 2026.
and
/usr/lib/python3.12/dataclasses.py:1581: DeprecationWarning: arg_id_to_descr passed to InKernelCallable was not hashable. This usage is deprecated and will stop working in 2026.
I have at least some of these fixed from a similar avalanche of warnings in https://github.com/inducer/pytential. I'll go ahead and clean it up and post a PR. 😁
We are seeing a large number of
and
warnings getting thrown in our CI (example).
(firedrakeproject/firedrake#3992)
I have tracked this down to find that this is getting throw internally inside of loopy where you have lines such as:
where I expect
arg_id_to_dtype
should be animmutabledict
.The text was updated successfully, but these errors were encountered: