Opened 4 years ago
Closed 4 years ago
#25334 closed defect (fixed)
Feature check for CSDP is broken
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.3 |
Component: | interfaces: optional | Keywords: | |
Cc: | gh-antonio-rojas | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Vincent Delecroix |
Report Upstream: | N/A | Work issues: | |
Branch: | 735e5e2 (Commits, GitHub, GitLab) | Commit: | 735e5e2ebb137727a1bfe62a200aede6a42c759b |
Dependencies: | Stopgaps: |
Description (last modified by )
The test for csdp in sage/graphs/lovasz_theta.py is also broken:
from sage.misc.feature import CSDP
should be
from sage.features.csdp import CSDP
Change History (4)
comment:1 Changed 4 years ago by
- Branch set to public/25334
- Commit set to 735e5e2ebb137727a1bfe62a200aede6a42c759b
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Reviewers set to Vincent Delecroix
Is this CSPD
as in the title, scdp
as in the description or CSDP
as in the module name?
comment:3 Changed 4 years ago by
- Description modified (diff)
- Status changed from needs_review to positive_review
- Summary changed from Feature check for CSPD is broken to Feature check for CSDP is broken
comment:4 Changed 4 years ago by
- Branch changed from public/25334 to 735e5e2ebb137727a1bfe62a200aede6a42c759b
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
done
New commits:
fetatures import for Lovasz theta