Skip to content
New issue

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

[JOSS]: Issue with adopt.fill_carrier_data() call in In Short section of Docs #333

Closed
trevorb1 opened this issue Nov 23, 2024 · 0 comments · Fixed by #338
Closed

[JOSS]: Issue with adopt.fill_carrier_data() call in In Short section of Docs #333

trevorb1 opened this issue Nov 23, 2024 · 0 comments · Fixed by #338
Milestone

Comments

@trevorb1
Copy link

In the In Short section of the documentation, we are told to define the demand data with the following commands:

adopt.fill_carrier_data(input_data_path, value=0.01, columns=['Demand'], carriers=['electricity'], nodes=['node1'])
adopt.fill_carrier_data(input_data_path, value=100, columns=['Import price'], carriers=['electricity'], nodes=['node1'])
adopt.fill_carrier_data(input_data_path, value=1, columns=['Import limit'], carriers=['electricity'], nodes=['node1'])

However, I receive the following error.

TypeError: fill_carrier_data() got an unexpected keyword argument 'value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants