Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Purge
.join()
from mirgecom #566Purge
.join()
from mirgecom #566Changes from 14 commits
bb960f6
0450f5c
a1fe2c0
a29209d
72948f2
b9e714a
a5476c2
4199953
35ff60f
82c21f7
8a592ab
3c4c245
9e8824a
b3e5891
6e2e4d3
2c8c3e8
d3275d7
0824668
a2e7449
b4df6b8
74558fa
7ff7bc4
4951228
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the
@obj_array_vectorize_n_args
be removed after this change? Also, the docstring should probably be updated to reflect thatfields
and the return value can be object arrays now.I think with inducer/arraycontext#128 it may be possible to implement this function as something along the lines of:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're totally right that
@obj_array_vectorize_n_args
can be removed, thanks for pointing that out. I also updated the docs to reflect the changes: 74558faI think it's certainly an option. However, I'd prefer not to tackle that in this PR.