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

ParameterDefaultValueTypeMapping has wrong MAP_TYPE #279

Closed soininen closed 12 months ago

soininen commented 12 months ago

ParameterDefaultValueTypeMapping.MAP_TYPE should be "ParameterDefaultValueType" but it is "ParameterValueType" which prevents the mapping from being serialized from dict. Needs to be fixed for 0.7 and possibly for 0.8.