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
In _interpolate_simplex_intersections, numpy.unique returns the following error:
ar = ar.reshape(orig_shape[0], -1)
ValueError: cannot reshape array of size 0 into shape (0,newaxis)
The text was updated successfully, but these errors were encountered:
In _interpolate_simplex_intersections, numpy.unique returns the following error:
ar = ar.reshape(orig_shape[0], -1)
ValueError: cannot reshape array of size 0 into shape (0,newaxis)
The text was updated successfully, but these errors were encountered: