Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 11, 2024
1 parent 9fcab73 commit e180dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathways/lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
# If it isn't available, fall back on scipy's spsolve.
try:
from pypardiso import spsolve

print("Solver: pypardiso")
except ImportError:
from scikits.umfpack import spsolve

print("Solver: scikits.umfpack")


Expand Down

0 comments on commit e180dfb

Please sign in to comment.