We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Step 3 under Define Input Data on the documentation site, it says to specify the technologies following this syntax:
"existing": ['WindTurbine_Onshore_1500': 2, 'Photovoltaic': 2.4], "new": ['Storage_Battery', 'Photovoltaic', 'Furnace_NG']
When I run the command adopt.copy_technology_data(input_data_path) after this, I get the following JSONDecodeError:
adopt.copy_technology_data(input_data_path)
JSONDecodeError
JSONDecodeError: Expecting value: line 2 column 18 (char 19)
The text was updated successfully, but these errors were encountered:
julia1071
Successfully merging a pull request may close this issue.
In Step 3 under Define Input Data on the documentation site, it says to specify the technologies following this syntax:
When I run the command
adopt.copy_technology_data(input_data_path)
after this, I get the followingJSONDecodeError
:The text was updated successfully, but these errors were encountered: