Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Apr 11, 2024
1 parent 85bf756 commit e7dbce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pathways/lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from bw2calc.monte_carlo import MonteCarloLCA
from bw_processing import Datapackage
from numpy import dtype, ndarray
from premise.geomap import Geomap
from scipy import sparse
from scipy.sparse import csr_matrix
from premise.geomap import Geomap

from .filesystem_constants import DIR_CACHED_DB
from .lcia import fill_characterization_factors_matrices
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def package_files(directory):
"bw_processing",
"bw2calc==2.0.DEV16",
"datapackage",
"platformdirs"
"platformdirs",
],
url="https://github.com/polca/premise",
description="Scenario-level LCA of energy systems and transition pathways",
Expand Down

0 comments on commit e7dbce8

Please sign in to comment.