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
gi = GridInterpolation(easting_col='x', northing_col='y') is the problem line. Trying to design a unit test is complicated by the top entry function taking data paths as agruments. IO should be dealt with elsewhere.
Reviewing / testing a contribution for pyvista use. Some of the code has hard coded use of 'x' and 'y' for column names expected in the data frame.
The text was updated successfully, but these errors were encountered: