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 21 forks source link

fix __eq__ for Exchange #86

Closed BenPortner closed 2 years ago

BenPortner commented 2 years ago

Problem: comparing two exchanges yields an exception: AttributeError: 'Activity' object has no attribute '_dict' Solution: implement __eq__ for exchanges Addon: also implemented __hash__

Requesting review by @cmutel