Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the PowerSystemCaseBuilder.jl Julia package where the `c_fixed_market_bid_cost` system ignores keyword arguments passed during system building. The issue appears to be related to how keyword arguments are handled within the system generation code, potentially a copy-paste error. The fix involves reviewing and correcting the argument handling in the relevant section of the `psitest_library.jl` file.
Complexity:
3/5
good first issue