resgroup/wind-up

Cache is still used even when `wind-up` configuration inputs change

Open

#52 aberto em 12 de fev. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (11 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (28 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Example

A user has run a wind-up analysis. As part of this analysis, a preprocess.pickle will be created and saved to local cache. The user amends some wind-up configuration inputs (eg amends exclusion_periods_utc on the WindUpConfig) and re-runs the analysis. Currently, the preprocess.pickle cache will be used even though the user inputs have changed, therefore not updating the analysis with the user's new inputs.

Guia do colaborador