By chance, I tried to run an old model I used to run with Calliope v0.6.8.
The following model error came up:
ModelError: Some data not extracted from inputs into model dataset
Apparently, the error is triggered by using special characters (in this case I used the & symbol) for naming technologies in yaml files.
Substituting the ampersand with and solves the problem.
The question is whether special characters should be allowed or not.
Problem description
By chance, I tried to run an old model I used to run with Calliope v0.6.8. The following model error came up:
Apparently, the error is triggered by using special characters (in this case I used the
&
symbol) for naming technologies inyaml
files. Substituting the ampersand withand
solves the problem.The question is whether special characters should be allowed or not.
Steps to reproduce the problem
Introduce a technology name as follows:
Calliope version
v0.7.0 vs v0.6.8