-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
- Reduce the number of conditions by using formatted string
e.g.
if target == 'MW':
flow = gen.loc[i, 'GenMW']can be optimized into
flow = gen.loc[i, f"Gen{target}"]-
When computing the EFM, compute the line flow and the loss induced EFM together
-
Use loc instead of column + index to access cells for better readiness and performance
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers