Skip to content

Commit

Permalink
fix default biosphere name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 12, 2024
1 parent 692ec99 commit 1fc59b7
Show file tree
Hide file tree
Showing 2 changed files 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["biosphere_database"])
biosphere_db = bd.Database(bd.config.p.get("biosphere_database", "biosphere3"))

# 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
Binary file added notebooks/profile_data.prof
Binary file not shown.

0 comments on commit 1fc59b7

Please sign in to comment.