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

Adding parameter value does not work #282

Closed soininen closed 12 months ago

soininen commented 12 months ago

I followed the tutorial in docs but after committing the data, the parameter value added using add_item() did not end up in the database.

soininen commented 12 months ago

Looks like add_item() returns an error "'invalid entity_id for parameter_value'"

soininen commented 12 months ago

This wasn't a bug but rather an error in the tutorial.