Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 16, 2025

Addresses style feedback from PR #547 regarding function call formatting.

Changes

  • Added space after comma in min() call on line 487 of src/constraints/electric_utility_constraints.jl
# Before
added_power = min(added_power,bigM_load)

# After  
added_power = min(added_power, bigM_load)

This aligns with Julia style conventions consistently applied elsewhere in the codebase (e.g., lines 502, 536).


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Address feedback on Big-M calculation for storage max sizes Fix spacing in min() function call for Julia style consistency Dec 16, 2025
Copilot AI requested a review from zolanaj December 16, 2025 18:06
@zolanaj zolanaj marked this pull request as ready for review December 16, 2025 18:15
@zolanaj zolanaj merged commit f2dabaf into fix-storage-contribution-to-bigm Dec 16, 2025
5 checks passed
@zolanaj zolanaj deleted the copilot/sub-pr-547 branch December 16, 2025 18:15
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 this pull request may close these issues.

2 participants