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
We could consider allowing real tensors for the finufft values that then are cast, possibly with the issue of a warning.
Similarly, it may be useful to allow to just specify values=1, or any float, which would then be broadcast to the correct dimension. This would be particularly useful if one is just interested in point locations. Could even consider making 1 the default argument, but that might lead to some unexpected behavior
The text was updated successfully, but these errors were encountered:
We could consider allowing real tensors for the finufft values that then are cast, possibly with the issue of a warning.
Similarly, it may be useful to allow to just specify
values=1
, or any float, which would then be broadcast to the correct dimension. This would be particularly useful if one is just interested in point locations. Could even consider making 1 the default argument, but that might lead to some unexpected behaviorThe text was updated successfully, but these errors were encountered: