Closed aleksandra-kim closed 8 years ago
Original comment by Tomas Navarrete Gutierrez (Bitbucket: tomas_navarrete, ).
A quick fix for the user would be:
bw2setup()
ei22 = SingleOutputEcospold1Importer(location_ei22, "ecoinvent22")
ei22.apply_strategies(ei22.strategies[:2])
for ds in ei22.data:
del ds['code']
ei22.apply_strategy(ei22.strategies[7])
ei22.apply_strategies()
ei22.statistics()
ei22.write_database()
Original report by Tomas Navarrete Gutierrez (Bitbucket: tomas_navarrete, ).
I think the expected behavior is to have hash ids to identify the activities. Here is how to reproduce with python 3.5: