spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Fix TempId.__hash__ to follow python rules #362

Closed manuelma closed 4 months ago

manuelma commented 4 months ago

The idea here is that TempId.__hash__ plays well with TempId.__eq__ as per the Python spec, to avoid all kinds of bugs down the line.

Checklist before merging