Description
Hi,
I was trying to test _scripts/ess_mat_clearn.py and _scripts/fund_mat_clearn.py, but got errors with from lifters.state_lifter import StateLifter.
I also tried _test/test_essmat.py
============================================================ ERRORS =============================================================
_____________________________________________ ERROR collecting _test/test_essmat.py _____________________________________________
_test/test_essmat.py:103: in init
self.layer = EssentialSDPBlock(tol=tol, K_source=K_batch, K_target=K_batch)
src/sdprlayers/layers/essential_est.py:87: in init
self.homQCQP.clique_decomposition()
../anaconda3/envs/pytorch3d/lib/python3.9/site-packages/cert_tools/hom_qcqp.py:163: in clique_decomposition
self.get_asg()
../anaconda3/envs/pytorch3d/lib/python3.9/site-packages/cert_tools/hom_qcqp.py:96: in get_asg
pmat = self.C.copy()
E AttributeError: 'tuple' object has no attribute 'copy'
Best