Skip to content
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

Update SLDP examples with actual random values #214

Merged
merged 1 commit into from
May 16, 2019
Merged

Conversation

odow
Copy link
Owner

@odow odow commented May 16, 2019

From @bfpc
image

(Note: this was on Julia 0.6, but random number generator in Julia 1.0 is the same.)

import Random
Random.seed!(11111)
sort(0.4 .* randn(5))

@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #214 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   92.65%   92.65%           
=======================================
  Files          11       11           
  Lines        1103     1103           
=======================================
  Hits         1022     1022           
  Misses         81       81

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28565ba...10f2671. Read the comment docs.

@odow odow merged commit 602282c into master May 16, 2019
@odow odow deleted the od/sldp_examples2 branch May 16, 2019 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant