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

Update power_systems.jl - wind. completed to wind_generator. #3798

Closed
wants to merge 1 commit into from

Conversation

justbyoo
Copy link

@justbyoo justbyoo commented Aug 4, 2024

Example code had incomplete variable name, wind.. Corrected to complete variable name, wind_generator..

Example code had incomplete variable name, `wind.`. Corrected to complete variable name, `wind_generator.`.
@odow
Copy link
Member

odow commented Aug 4, 2024

Hi there. Thanks for the PR, but I don't think this is correct. Note that wind is an argument to the function?

@odow
Copy link
Member

odow commented Aug 4, 2024

On line 130, we have:

solution = solve_economic_dispatch(generators, wind_generator, scenario);

which calls this function with wind_generator.

@odow
Copy link
Member

odow commented Aug 4, 2024

Closing this as won't-fix since the current implementation is correct, but please feel free to open any others PRs that you think might improve the docs 😄

You can also comment here if you have some suggestions: #2348

@odow odow closed this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants