Closed kcrisman closed 8 years ago
Perfect!
sage -t --long src/sage/matroids/matroid.pyx
**********************************************************************
File "src/sage/matroids/matroid.pyx", line 2912, in sage.matroids.matroid.Matroid.orlik_solomon_algebra
Failed example:
OS = M.orlik_solomon_algebra(QQ)
Expected:
Orlik-Solomon algebra of U(3, 4): Matroid of rank 3 on 4 elements
with circuit-closures
{3: {{0, 1, 2, 3}}}
Got:
<BLANKLINE>
**********************************************************************
1 item had failures:
1 of 3 in sage.matroids.matroid.Matroid.orlik_solomon_algebra
[775 tests, 1 failure, 2.64 s]
Branch pushed to git repo; I updated commit sha1. New commits:
48e46b6 | Fixing trivial doctest failure. |
Stupid me; trivial doctest fix.
Oops, that was me being stupid too. The only file I've run the tests on was orlik-solomon.py...
Changed branch from public/algebras/orlik_solomon-18133 to 48e46b6
The Orlik-Solomon algebra is a fundamental invariant for an arrangement, which also enables computing scads of useful information about e.g. the complement. But it's purely algebraic. So we should have it (see also #17506).
CC: @tscrim @sagetrac-Stefan @sagetrac-yomcat @chaoxu
Component: geometry
Keywords: hyperplane arrangements
Author: Travis Scrimshaw, William Slofstra
Branch/Commit:
48e46b6
Reviewer: Darij Grinberg
Issue created by migration from https://trac.sagemath.org/ticket/18133