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 unnecessary error with pivoted import mappings #416

Closed soininen closed 1 month ago

soininen commented 1 month ago

This PR fixes a bug where pivoted import mappings would raise an error when leaf mapping had illegal position but was pivoted. The position should not be checked because pivoting makes it ignoreable.

Fixes spine-tools/Spine-Toolbox#2809

Checklist before merging