Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code error from cdd.Matrix (pycddlib) #7

Open
smbct opened this issue Oct 22, 2024 · 0 comments
Open

Code error from cdd.Matrix (pycddlib) #7

smbct opened this issue Oct 22, 2024 · 0 comments

Comments

@smbct
Copy link

smbct commented Oct 22, 2024

The error occurs with the script demo.py :

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)

package versions (installed with pip):

Name: pytope
Version: 0.0.4

Name: pycddlib
Version: 3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant