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 __call__ method has different returns across Field subclasses... this is really messy. Would it be of interest to return a dictionary of numpy arrays in all cases?
For example, the krige classes return the field and the variance while all other field subclasses only return the field.
Using a dictionary with named arrays would help the user knows what's what when the arrays are returned and would be a lot cleaner, safer when capturing the output from different Field subclasses, and also make it seamless to add those arrays to either Meshio or PyVista meshes in Field.mesh