Known Issues

Activity must produce itself

For now the Dynamic LCI works only with activities that produces themselves. With activities having the reference product different from the activity itself the graph traversal fails. This will be dealt with when the new database schemas of Brightway2 will be developed.

BW2Package incompatibility

For now it is not possible to export a database containing Temporal Distribution with bw2io

For example:

from bw2io.package import BW2Package

export_db = Database('example')
filename = 'temporalis_test'
filepath = r"path\to\folder"

export = BW2Package.export_obj(export_db, filename, filepath)

Returns the error:

TypeError: Object of type 'TemporalDistribution' is not JSON serializable