Parameters have titles in the schema (accessible from calliope.util.schema.extract_from_schema(calliope.util.schema.MODEL_SCHEMA, "title") I think). Decision variables / expressions don't have them, but I think they should (will add to calliope repo as an issue). Both have a description which could be added as tooltip info somehow?
Parameters have titles in the schema (accessible from
calliope.util.schema.extract_from_schema(calliope.util.schema.MODEL_SCHEMA, "title")
I think). Decision variables / expressions don't have them, but I think they should (will add to calliope repo as an issue). Both have adescription
which could be added as tooltip info somehow?