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
I'm having a target grid with ny * nx values, but the resulting __regrid_n is smaller.
This is likely due to the fact that the scipy matrix is initialized without an explicit shape argument. In that case, it'll infer the shape using the highest index.
The text was updated successfully, but these errors were encountered:
I'm having a target grid with ny * nx values, but the resulting
__regrid_n
is smaller.This is likely due to the fact that the scipy matrix is initialized without an explicit shape argument. In that case, it'll infer the shape using the highest index.
The text was updated successfully, but these errors were encountered: