cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Ordering of selections matters #389

Closed claalmve closed 1 month ago

claalmve commented 2 months ago

As noted here, the ordering of the selections can cause other selection parameters to be over-riden. In the example I linked here, the original code would cause the time slice for selections to be overriden to the default time slice (1980, 2015) because the historical scenario had changed, but that is not what the user may want, since they may input their own custom time slice.

So, we need to have a way to make sure that user-instantiated selections are not overriden when they are instantiated in a valid combination.

claalmve commented 1 month ago

Resolved via https://github.com/cal-adapt/climakitae/pull/393