brightway-lca / brightway2-calc

The calculation engine for the Brightway2 life cycle assessment framework.
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

MultiLCA class logging broken #56

Closed tngTUDOR closed 2 years ago

tngTUDOR commented 2 years ago

The MultiLCA class instantiates an object of the LCA class to work, and attemps to use the lca object's logger to log, but the LCA object does not have a logger.

the logger of LCA is "bw2calc", and is declared at module level

The error raised by MultiLCA happens at this point.

tngTUDOR commented 2 years ago

fixed with PR #58