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

Prevent a possible clash with SciPy 1.12's FMM #63

Merged
merged 3 commits into from
Dec 24, 2023
Merged

Prevent a possible clash with SciPy 1.12's FMM #63

merged 3 commits into from
Dec 24, 2023

Conversation

alugowski
Copy link
Owner

Make pybind11 classes py::module_local.

Fixes #62

Copy link

codecov bot commented Dec 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f5977f9) 95.90% compared to head (0dcf5cd) 95.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   95.90%   95.84%   -0.07%     
==========================================
  Files          22       22              
  Lines        1563     1563              
  Branches      176      176              
==========================================
- Hits         1499     1498       -1     
- Misses         64       65       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alugowski alugowski merged commit d8e50e9 into main Dec 24, 2023
38 checks passed
@alugowski alugowski deleted the clash branch December 24, 2023 02:40
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.

Python: fix clash with scipy 1.12's version of FMM
1 participant