Opened 4 years ago
Last modified 4 years ago
#25334 closed defect
Feature check for CSPD is broken — at Initial Version
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.3 |
Component: | interfaces: optional | Keywords: | |
Cc: | gh-antonio-rojas | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The test for scdp in sage/graphs/lovasz_theta.py is also broken:
from sage.misc.feature import CSDP
should be
from sage.features.csdp import CSDP
Note: See
TracTickets for help on using
tickets.