-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Ensure that random graph generators uses parameter seed #33579
Comments
Branch: public/graphs/33579_random_seed |
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:1
This might break multiple doctests using random graphs. New commits:
|
Author: David Coudert |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:3
I'm not sure it's the right way to do it and I don't understand why some doctests have to be modified... Also, we have some doctest errors in
|
comment:4
My guess as to why doctests are needed to be changed is For those book tests, you are using a different method of constructing the seed I believe. Hence, it is doing something on a different graph and changing the seed in a different way for the second doctest. So these are essentially trivial failures. |
comment:5
I agree these are trivial failures, but I don't know where is to tex file to correct. |
comment:6
I don't know where the tex file is either. Perhaps we can cc (or directly email?) some of the authors to ask? |
comment:8
I have corrected the doctests in |
comment:9
Thanks. Then LGTM. |
Reviewer: Travis Scrimshaw |
comment:10
One issue remains: I'm unable to check the 32 bits doctests. So we might still have an error. |
comment:11
Volker, if/when this fails on 32-bit, could you please provide what the results should be? We will then fix it right away. |
comment:12
Replying to @dcoudert:
|
comment:13
I will. |
comment:14
I'm getting this on 32-bit:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:16
Thank you Volker for the value. Should be ok now. |
Changed branch from public/graphs/33579_random_seed to |
We ensure that random graph generators use parameter
seed
, and we add this parameter if missing.CC: @kliem @tscrim @vbraun
Component: graph theory
Author: David Coudert
Branch/Commit:
6cbdf91
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33579
The text was updated successfully, but these errors were encountered: