brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 23 forks source link

Allow LCIA methods to refer to biosphere flows which don't exist #169

Closed cmutel closed 4 months ago

cmutel commented 4 months ago

And raise a warning

cmutel commented 4 months ago

Suggested by @maximeagez

cmutel commented 4 months ago

I have decided not to add this functionality. It is cleaner and simpler to say that data passed in Method.write should be valid, and users have the opportunity to filter data before the write call. People who really need this can create their own custom Method implementation.