Skip to content

Commit

Permalink
change docstring for better docs formating
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed May 3, 2024
1 parent 44e83fd commit d5b0e13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions timex_lca/timex_lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ class TimexLCA:
TimexLCA calculates:
1) a static LCA score (`TimexLCA.static_lca.score`, same as `bw2calc.lca.score`),
2) a static time-explicit LCA score (`TimexLCA.score`), which links LCIs to the respective background databases
but without additional temporal dynamics of the biosphere flows
2) a static time-explicit LCA score (`TimexLCA.score`), which links LCIs to the respective background databases but without additional temporal dynamics of the biosphere flows
3) a dynamic time-explicit LCA score (`TimexLCA.dynamic_score`), with dynamic inventory and dynamic charaterization factors. These are provided for radiative forcing and GWP but can also be user-defined.
Example
Expand All @@ -80,7 +79,7 @@ def __init__(
database_date_dict: dict = None,
) -> None:
"""
Initializes the `TimexLCA` object. Calculates a static LCA, initializes time mapping dicts for activities and biosphere flows, and stores useful subsets of ids in the node_id_collection_dict.
Instantiating a `TimexLCA` object calculates a static LCA, initializes time mapping dicts for activities and biosphere flows, and stores useful subsets of ids in the node_id_collection_dict.
Parameters
----------
Expand Down

0 comments on commit d5b0e13

Please sign in to comment.