When inputing a carbon tax in empty.xlsx, the code is not able to run (inputed with "ALL" for regions, sectors and fuels).
BTA.py converts PROD_COMM to string ('1', '2', …, '120'), but variables.py expects PROD_COMM to be integer (1, 2, …, 120). The dimension validator rejects the entire set.
When inputing a carbon tax in
empty.xlsx, the code is not able to run (inputed with "ALL" for regions, sectors and fuels).BTA.pyconverts PROD_COMM to string ('1', '2', …, '120'), but variables.py expects PROD_COMM to be integer (1, 2, …, 120). The dimension validator rejects the entire set.