-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
from gap to libgap in strongly_regular_db #28818
Comments
comment:1
this should make this a bit more robust and quick |
Reviewer: dcoudert |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:4
a bit of cleanup in the updated commit |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from dcoudert to none |
comment:8
after
the failures |
comment:9
The error
has not arisen from this branch, it's there without it. I guess noone tests with OK, let me see if I can fix it quickly. |
comment:10
Right. Let me know if you have a fix, or if we let these doctests for another ticket. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
OK, there was a failure in Graph's understanding that edges are edges. |
Reviewer: David Coudert |
comment:13
In - sage: g.is_strongly_regular(parameters=True) # long time # optional - gap_packages
+ sage: g=SRG_280_135_70_60() # long time but this test needs libgap, right ? I have not followed the recent changes with gap. Is it now part of the standard distribution ? Otherwise, how can we prevent to run this test if we don't have lib gap ? |
comment:14
libgap is a standard package since I don't recall when. We're converting the whole sagelib to use libgap instead of gap. |
comment:15
didn't know that. thanks. LGTM |
comment:16
I'm getting timeouts at
and
resulting in
Several buildbots time out at the same test so its reproducable... |
comment:17
these tests need internet connection to cache data via GAP's AtlasRep package. |
comment:18
please do! |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:20
rebased over latest beta, added commit 6489a18 (with off to bots again. |
comment:21
I have the same errors when I try LGTM. |
Changed branch from u/dimpase/graphs/srgupd to |
remove the last use of GAP pexpect in that file;
remove no longer needed #optional tags in some tests
CC: @fchapoton @dcoudert
Component: graph theory
Author: Dima Pasechnik
Branch/Commit:
6489a18
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/28818
The text was updated successfully, but these errors were encountered: