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

Add RNG to push function #65

Merged
merged 2 commits into from
Apr 6, 2023
Merged

Add RNG to push function #65

merged 2 commits into from
Apr 6, 2023

Conversation

skygering
Copy link
Contributor

Hi! I was working with the VoronoiCells package and getting small differences when creating the tessellations with the same generator points, as can be seen in this issue.

Adding in a random number generator seems to fix that issue and I am now getting consistent answers.

It would be amazing if this pull request could be approved so that I can make a pull request with my fix to VoronoiCells as well. I am happy to change anything needed. Thank you!

@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Merging #65 (ebf4c26) into master (02a2eb7) will decrease coverage by 0.70%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   87.21%   86.52%   -0.70%     
==========================================
  Files           1        1              
  Lines         446      460      +14     
==========================================
+ Hits          389      398       +9     
- Misses         57       62       +5     
Impacted Files Coverage Δ
src/VoronoiDelaunay.jl 86.52% <100.00%> (-0.70%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sjkelly
Copy link
Member

sjkelly commented Apr 6, 2023

Thanks!

@sjkelly sjkelly merged commit 4009f86 into JuliaGeometry:master Apr 6, 2023
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