Closed aleksandra-kim closed 8 years ago
Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).
Bug report from Deborah Sills:
#!python
for col, method in enumerate(methods):
lca.method = method
lca.load_lcia_data()
for row, process in enumerate(processes):
lca.redo_lcia({process: 1})
results[row, col] = lca.score
Probably the load_lcia_data
function (and similarly the load_lci_data
) should run translate
by themselves...
Original report by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).
The
method_filepath
doesn't change, even when themethod
does.