simpeg / pymatsolver

Solve matrix equations in python.
https://pymatsolver.readthedocs.io/en/latest/
MIT License
33 stars 16 forks source link

make pydiso a "soft" dependancy. #36

Closed jcapriot closed 3 years ago

jcapriot commented 3 years ago

adjusting the pardiso solver to be a soft dependancy.

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (75d8858) into main (2fd1b97) will decrease coverage by 0.56%. The diff coverage is 84.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   89.83%   89.26%   -0.57%     
==========================================
  Files           5        5              
  Lines         295      298       +3     
==========================================
+ Hits          265      266       +1     
- Misses         30       32       +2     
Impacted Files Coverage Δ
pymatsolver/__init__.py 90.00% <0.00%> (ø)
pymatsolver/solvers.py 89.36% <ø> (ø)
pymatsolver/direct.py 86.36% <86.04%> (-3.89%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2fd1b97...75d8858. Read the comment docs.