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
Traceback (most recent call last):
File "***/demo.py", line 36, in <module>
print('V =\n', P3.V)
File "/home/***/.local/lib/python3.10/site-packages/pytope/polytope.py", line 171, in V
return self._get_V()
File "/home/***/.local/lib/python3.10/site-packages/pytope/polytope.py", line 179, in _get_V
self.determine_V_rep()
File "/home/***/.local/lib/python3.10/site-packages/pytope/polytope.py", line 300, in determine_V_rep
H = cdd.Matrix(b_mA, number_type='float')
TypeError: __init__() takes exactly 0 positional arguments (1 given)
The error occurs with the script demo.py :
package versions (installed with pip):
The text was updated successfully, but these errors were encountered: