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
File "...\shower_operability.py", line 24, in main
OI = opy.OI_eval(TDS_region, EDS_bounds, perspective='inputs')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "...\opyrability.py", line 423, in OI_eval
volumes_i.append(sp.spatial.ConvexHull(v_intersect).volume)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "_qhull.pyx", line 2431, in scipy.spatial._qhull.ConvexHull.__init__
File "_qhull.pyx", line 279, in scipy.spatial._qhull._Qhull.__init__
ValueError: Need at least 2-D data
The text was updated successfully, but these errors were encountered:
When space is 1D,
OI_eval
breaks due toThe text was updated successfully, but these errors were encountered: