pyt-team / TopoModelX

Topological Deep Learning
MIT License
219 stars 79 forks source link

add scipy.sparse to mypy ignored modules in toml file #234

Closed jkhouja closed 11 months ago

jkhouja commented 11 months ago

Seems that PR #233 is blocked due to scipy stubs being missing. This should fix the issue by adding scipy.sparse to list of modules to ignore missing imports.

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (e53a4f9) 96.36% compared to head (48aec0c) 96.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #234 +/- ## ======================================= Coverage 96.36% 96.36% ======================================= Files 55 55 Lines 2036 2036 ======================================= Hits 1962 1962 Misses 74 74 ```

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