Skip to content

Commit

Permalink
EODC
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 11, 2024
1 parent 8a9e75f commit 9fcab73
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,8 +15,10 @@
# 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")


def create_demand_vector(
Expand Down

0 comments on commit 9fcab73

Please sign in to comment.