alugowski / fast_matrix_market

Fast and full-featured Matrix Market I/O library for C++, Python, and R
BSD 2-Clause "Simplified" License
75 stars 7 forks source link

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

Closed alugowski closed 10 months ago

alugowski commented 10 months ago

Make pybind11 classes py::module_local.

Fixes #62

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.