resgroup/wind-up

allow more config to be unspecified in yaml

Open

#68 建立於 2025年9月18日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (11 fork)auto 404
good first issue

倉庫指標

Star
 (28 star)
PR 合併指標
 (PR 指標待抓取)

描述

I was setting up a northing analysis today and tried to run with a yaml missing the below three settings, thinking they would just use suitable defaults. The analysis failed with a pydantic validation error unless these settings were populated in my yaml. It would be nice to not have to specify these in every yaml because they are rarely set to a non-default value.

  • years_offset_for_pre_period (default should be 1)
  • ws_bin_width (default should be 1)
  • years_for_detrend (default should be 3)

貢獻者指南