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

Remove erroneous type assert on Random.seed! #22

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Jun 9, 2021

If the intent was a stable sequence, then StableRNG.jl must be used and passed explicitly. Otherwise, we can just remove the erroneous function calls.

Refs https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/03/Faker.1.7.0-DEV-9f32653992.log

@codecov
Copy link

codecov bot commented Jun 9, 2021

Codecov Report

Merging #22 (a3d61a4) into master (f367e13) will increase coverage by 0.32%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   96.06%   96.39%   +0.32%     
==========================================
  Files          14       14              
  Lines         305      305              
==========================================
+ Hits          293      294       +1     
+ Misses         12       11       -1     
Impacted Files Coverage Δ
src/base.jl 88.88% <100.00%> (ø)
src/phone_number.jl 100.00% <0.00%> (+16.66%) ⬆️

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 f367e13...a3d61a4. Read the comment docs.

@neomatrixcode
Copy link
Owner

Excellent, thank you very much for your contribution

@neomatrixcode neomatrixcode merged commit ae8a14d into neomatrixcode:master Jun 9, 2021
@vtjnash vtjnash deleted the patch-1 branch June 9, 2021 18:58
@fonsp fonsp mentioned this pull request Jan 5, 2022
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.

2 participants