-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
covering_design.py & design_catalog.py: Fix AttributeError #27821
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Is this a solution:
? This is what I used in #25535. |
Branch: u/vklein/27821 |
comment:6
Replying to @seblabbe:
No because it is already used in New commits:
|
Commit: |
comment:8
As mentionned here, two files were having the same issue. We are almost there. There is still one small issue:
gives
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
The other doctest bug of design_catalog.py has been fixed. |
comment:12
It works! Thank you. |
Changed keywords from none to thursdaysbdx |
Reviewer: Sébastien Labbé |
Changed branch from u/vklein/27821 to |
Found by Sebastien Labbé see #26592
The root cause is that the object returned by
urlopen
doesn't have an__exit__
method in python2 and therefore it can not be used with awith ... as ...
syntax.CC: @seblabbe @slel
Component: combinatorial designs
Keywords: thursdaysbdx
Author: Vincent Klein
Branch/Commit:
138870c
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/27821
The text was updated successfully, but these errors were encountered: