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

Replace SciPy qhull by DirectQhull.jl (drop PyCall.jl) #23

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

thchr
Copy link
Owner

@thchr thchr commented Dec 1, 2022

DirectQhull.jl should now be functional across all platforms, so we can depend on that instead of getting qhull via PyCall.jl.

Fixes #22.

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2022

Codecov Report

Merging #23 (f3b1dd6) into master (7be63e0) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   84.88%   85.00%   +0.11%     
==========================================
  Files          12       12              
  Lines         953      947       -6     
==========================================
- Hits          809      805       -4     
+ Misses        144      142       -2     
Impacted Files Coverage Δ
src/WignerSeitz.jl 98.43% <100.00%> (+0.96%) ⬆️

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

@thchr thchr merged commit f589e80 into master Dec 1, 2022
@thchr thchr deleted the qhull branch December 1, 2022 21:11
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.

Make PyCall an optional dependency
2 participants