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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The function adequacy_check in src/utils/IO/system_checks.jl currently reports an incorrect value for total generation capacity (this is a function that triggers a warning when there is less capacity than load). I believe this is due to a typo on line 126 of this file; it should read components = get_components(component_type, sys). Line is here: https://github.com/NREL-Sienna/PowerSystems.jl/blob/9e6f8a7e073ef7b606d3bc3a32640fcb69789a99/src/utils/IO/system_checks.jl#L126C37-L126C46
The text was updated successfully, but these errors were encountered:
rodrigomha
Successfully merging a pull request may close this issue.
The function adequacy_check in src/utils/IO/system_checks.jl currently reports an incorrect value for total generation capacity (this is a function that triggers a warning when there is less capacity than load). I believe this is due to a typo on line 126 of this file; it should read components = get_components(component_type, sys). Line is here:
https://github.com/NREL-Sienna/PowerSystems.jl/blob/9e6f8a7e073ef7b606d3bc3a32640fcb69789a99/src/utils/IO/system_checks.jl#L126C37-L126C46
The text was updated successfully, but these errors were encountered: