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
The idea is that, if we are assigning these automatically, we should assign uniform spacing / uniform weights if the user doesn't pass them in. While we can compute the weights to be uniform automatically, it is not possible to compute uniform spacing without additional information. To get uniform spacing you would need to do:
which requires knowing the number of unique surfaces. Had I not explicitly passed in this spacing, then the computation would be incorrect and it would take long to debug. Others may forget, so we should throw an error unless spacing is passed in explicitly.
And then also delete this chunk, since it is an identity operation for the non-custom grids anyway, and we shouldn't modify spacing if it is passed in by the user.
No description provided.
The text was updated successfully, but these errors were encountered: