+2 votes
602 views

I am attempting to assign an economic allocation method for a calculation setup in using olca.ipc in Python with "setup.allocation_method=olca.AllocationType.ECONOMIC_ALLOCATION" in the below code:

This does seem to work and exports the result table below:

What am I doing wrong?

in openLCA by (160 points)
by (660 points)
Has anyone found a solution to this issue? I can't seem to get the allocation method in IPC working. The following chunk of code does nothing:
setup.allocation_method = olca.AllocationType.ECONOMIC_ALLOCATION

Please log in or register to answer this question.

...