Skip to content

Add conceptual explanation of how scenario interpolation works#303

Open
aaccensi wants to merge 1 commit intomasterfrom
scenario-interpolation
Open

Add conceptual explanation of how scenario interpolation works#303
aaccensi wants to merge 1 commit intomasterfrom
scenario-interpolation

Conversation

@aaccensi
Copy link
Copy Markdown
Member

@aaccensi aaccensi commented Apr 2, 2026

Context

We had documentation in the API section about the scenario interpolation only focusing on how to use it, but not what it actually does with the data in the scenario.

Implemented changes

We expanded the explanation of interpolation from a conceptual point of view, what happens to different kinds of inputs, to the curves, etc...

Related

Closes #293

Checklist

  • I have tested these changes
  • I have updated documentation as needed
  • I have tagged the relevant people for review

@aaccensi aaccensi requested a review from louispt1 April 2, 2026 08:09
Copy link
Copy Markdown
Member

@louispt1 louispt1 left a comment

Choose a reason for hiding this comment

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

Looks good to me!


### Which inputs are interpolated

Due to the nature of the interpolation the only eligible inputs for interpolation are **numeric inputs**. Only inputs that are recognised by the model are processed. Inputs that were valid when the scenario was saved but have since been removed from the model are silently dropped, neither interpolated nor copied.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm not sure all users will understand this. How does it occur that inputs have been removed but are still part of the scenario?

@mabijkerk
Copy link
Copy Markdown
Member

Nice!

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.

Document in more detail what the scenario interpolation is actually doing.

3 participants