Closed michaelweinold closed 2 years ago
The error is resolved by using a characterization file (such as LCIA_implementation_3.5.xlsx
) when reading the Ecoinvent database with the ecospold2matrix
package:
parser = e2m.Ecospold2Matrix(
sys_dir = path_dir_ecoinvent_input,
project_name = e2m_project_name,
characterisation_file = path_file_ecoinvent_characterisation,
out_dir = path_dir_databases_pickle,
positive_waste = False,
nan2null = True
)
When attempting to read a pickled
pylcaio.LCAIO
class instance with thepylcaio.Analysis
method, the following error is thrown: