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
There are many places (like block_split, BlockReduce, BlockKFold, etc) that take a "spacing" argument but aren't directly related to generating grids. This is because these functions/classes using grid_coordinates internally to generate blocks. It doesn't really make much sense for these to be called "spacing" when they actually mean something like "block_size" instead.
We should:
Make a list of all occurrences of this.
Rename the arguments to something more sensible.
Think if they really need other arguments like "shape" and "adjust" (they probably don't).
This is a breaking change and so should be reserved for Verde 2.0.
The text was updated successfully, but these errors were encountered:
There are many places (like block_split, BlockReduce, BlockKFold, etc) that take a "spacing" argument but aren't directly related to generating grids. This is because these functions/classes using grid_coordinates internally to generate blocks. It doesn't really make much sense for these to be called "spacing" when they actually mean something like "block_size" instead.
We should:
This is a breaking change and so should be reserved for Verde 2.0.
The text was updated successfully, but these errors were encountered: