OcelotProject / Ocelot

Ocelot is open-source linking for life cycle assessment. See https://ocelot.space/ for more information.
Other
25 stars 7 forks source link

Zero-amount byproduct exchanges present in cutoff final data #90

Open cmutel opened 8 years ago

cmutel commented 8 years ago

For example:

{
    "unit": "kg",
    "variable": "inert_filler",
    "tag": "intermediateExchange",
    "amount": 0.0,
    "formula": "(abs(flyash)+abs(bshale)+abs(silica_fume))*0",
    "type": "byproduct",
    "conditional exchange": false,
    "id": "0a484a1e-8eb0-4e63-857f-f58c790cab91",
    "production volume": {
        "amount": 0.0
    },
    "name": "inert filler",
    "byproduct classification": "allocatable product"
}

This seems to be due to inconsistencies in how to handle zero-amount exchanges.