Skip to content

Commit

Permalink
use biosphere property
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 12, 2024
1 parent 1fc59b7 commit f9ae457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw_timex/dynamic_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def add_default_characterization_functions(self):
# look up which GHGs are characterized in the selected static LCA method
method_data = bd.Method(self.method).load()

biosphere_db = bd.Database(bd.config.p.get("biosphere_database", "biosphere3"))
biosphere_db = bd.Database(bd.config.biosphere)

# the bioflow-identifier stored in the method data can be the database id or the tuple (database, code)
def get_bioflow_node(identifier):
Expand Down

0 comments on commit f9ae457

Please sign in to comment.