Skip to content

Fix/graph fidelity#210

Merged
cayossarian merged 1 commit intomainfrom
fix/graph_fidelity
Apr 5, 2026
Merged

Fix/graph fidelity#210
cayossarian merged 1 commit intomainfrom
fix/graph_fidelity

Conversation

@cayossarian
Copy link
Copy Markdown
Member

@cayossarian cayossarian commented Apr 5, 2026

Circuit graphs previously used linear interpolation between data points, creating misleading diagonal ramps for instantaneous value changes. Step interpolation accurately represents discrete on/off behavior. PV is the sole exception — solar output follows the sun's arc so linear is faithful. Resolves Issue #211

@cayossarian cayossarian requested a review from Copilot April 5, 2026 13:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Circuit graphs previously used linear interpolation between data points,
creating misleading diagonal ramps for instantaneous value changes. Step
interpolation accurately represents discrete on/off behavior. Continuous
signals (PV solar arc, BESS SoC/SoE) use linear interpolation.
@cayossarian cayossarian merged commit a1eab58 into main Apr 5, 2026
7 checks passed
@cayossarian cayossarian deleted the fix/graph_fidelity branch April 5, 2026 13:59
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