Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/materials' into materials
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarojhahn committed Jul 13, 2023
2 parents c5e67f1 + 21c41af commit adbdedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
FILEPATH_RHENIUM = INVENTORY_DIR / "lci-rhenium.xlsx"
FILEPATH_PGM = INVENTORY_DIR / "lci-PGM.xlsx"
FILEPATH_VANADIUM = INVENTORY_DIR / "lci-vanadium.xlsx"
FILEPATH_GERMANIUM = INVENTORY_DIR / 'lci-germanium.xlsx'
FILEPATH_GERMANIUM = INVENTORY_DIR / "lci-germanium.xlsx"

config = load_constants()

Expand Down Expand Up @@ -654,7 +654,7 @@ def __import_inventories(self, keep_uncertainty_data: bool = False) -> List[dict
(FILEPATH_SYNGAS_INVENTORIES, "3.9"),
(FILEPATH_SYNGAS_FROM_COAL_INVENTORIES, "3.7"),
(FILEPATH_VANADIUM, "3.8"),
(FILEPATH_GERMANIUM,"3.9"),
(FILEPATH_GERMANIUM, "3.9"),
(FILEPATH_BIOFUEL_INVENTORIES, "3.7"),
(FILEPATH_SYNFUEL_INVENTORIES, "3.7"),
(
Expand Down

0 comments on commit adbdedd

Please sign in to comment.