-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in Poset.is_slender(?) #22373
Comments
comment:2
iteritems is not python3-compatible you should rather use
New commits:
|
Commit: |
Changed branch from u/jdemeyer/bug_in_poset_is_slender___ to u/mmezzarobba/22373-is_slender |
comment:4
Replying to @fchapoton:
Fixed, thanks! Without this patch, #22029 made one of the doctests of New commits:
|
comment:5
Replying to @mezzarobba:
What was the failing example? I would guess that the other patch shows some hidden bug in an example poset. That should be easy to spot, just make all the example posets with and without the patch and try
|
comment:6
Replying to @jm58660:
It must have been the one with |
comment:7
Yes, I have been an idiot when doing the
|
comment:8
How should we define this to be on
? I think that my test code has error, when I compare it to the definition in the docstring. |
Changed branch from u/mmezzarobba/22373-is_slender to public/22373 |
comment:10
ok, green bot. Looks good to me. Jori, if you agree, you can set to positive. |
comment:11
Replying to @fchapoton:
Yes, seems to be OK. |
Changed author from Marc Mezzarobba to Marc Mezzarobba, Jori Mäntysalo, Frédéric Chapoton |
Reviewer: Jori Mäntysalo, Frédéric Chapoton |
Changed branch from public/22373 to |
CC: @mezzarobba @jm58660
Component: combinatorics
Author: Marc Mezzarobba, Jori Mäntysalo, Frédéric Chapoton
Branch/Commit:
7608202
Reviewer: Jori Mäntysalo, Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/22373
The text was updated successfully, but these errors were encountered: