We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f173e10 commit 72fc063Copy full SHA for 72fc063
src/sage/tests/finite_poset.py
@@ -105,7 +105,7 @@ def test_attrcall(name, L):
105
sage: N5 = posets.PentagonPoset()
106
sage: N5.is_modular() == test_attrcall('is_modular', N5)
107
True
108
- sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5)
+ sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5) # needs sage.combinat
109
110
"""
111
if name == 'is_doubling_any':
0 commit comments