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

Tool filter doesn't exclude some relationships from entity parameter value query #167

Closed manuelma closed 2 years ago

manuelma commented 2 years ago

These are the relationships involving excluded objects.

manuelma commented 2 years ago

Fixed by https://github.com/Spine-project/Spine-Database-API/commit/2cd577e8f60f65962bc1c13f4c846a6454f44734

We also improve our unit tests to catch the above error.

manuelma commented 2 years ago

The above fix breaks other functionality, need to investigate more.

manuelma commented 2 years ago

Ok now it works.