-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add gridpoints(::OneDGrid)
and tests
#324
Add gridpoints(::OneDGrid)
and tests
#324
Conversation
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.
@jbisits this seems good!
please bump a patch release as well?
Great!
|
Just need a re-review to check that I have correctly bumped the patch release.. |
@navidcy I have not merged this as I do not have write access. I presume you know this and will write the release etc. but I just wanted to let you know in case you were wondering why I had not already merged this PR! |
This PR adds the
gridpoints(::Dev, ::OneDGrid)
method so that one can callx = gridpoints(x)
. This will make sure that the type of array is correct for thedev
eitherCPU
orGPU
.