-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Use a stable RNG in fakedata #3661
Conversation
You'd need to move StableRNG from |
Yes, done. |
Thogh, I'd prefer that this stays a testdependency and you only allow passing a rng to |
IMO, |
be1a29f
to
fc4060f
Compare
515f704
to
bd94832
Compare
@BeastyBlacksmith all the test run with JuliaPlots/PlotReferenceImages.jl#106. |
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
Should we then hack again examples in |
40ef655
to
cc1a328
Compare
I'd shadow it in the tests like |
Yeah that's more or less what I came up with. |
8411c22
to
90e3fc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needs new reference figures
Yes, there are already here: JuliaPlots/PlotReferenceImages.jl#106. I will merge them now, if you're ok with that. |
Update ref images for JuliaPlots/Plots.jl/pull/3661
Codecov Report
@@ Coverage Diff @@
## master #3661 +/- ##
==========================================
- Coverage 63.88% 63.80% -0.09%
==========================================
Files 28 28
Lines 6923 6924 +1
==========================================
- Hits 4423 4418 -5
- Misses 2500 2506 +6
Continue to review full report at Codecov.
|
Failures are related to |
Failures have been seen on nightly, change to a more stable random number generator.
@BeastyBlacksmith, if this is OK for you I will re-generate ref images.