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

container: fix warning for cls_has_array_context_attr #268

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

alexfikl
Copy link
Collaborator

It had a {cls}.array_context in there that became <class 'meshmode.dof_array.DOFArray'>.array_context. Changed now to just use the nicer DOFArray.array_context, since the full path of the class is mentioned above.

@inducer inducer merged commit a85cbb3 into inducer:main Jul 15, 2024
11 checks passed
@inducer
Copy link
Owner

inducer commented Jul 15, 2024

Thx!

@alexfikl alexfikl deleted the fix-container-actx-warning branch July 15, 2024 20:10
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.

2 participants