chore: commit remaining modified files from refactoring

This commit is contained in:
2026-04-04 18:47:12 +02:00
parent 805cc7e284
commit eb71328967
7 changed files with 651 additions and 1392 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ def build_parser() -> argparse.ArgumentParser:
parser.add_argument(
"--window-size",
choices=["quarterly", "annual"],
default="quarterly",
default="annual",
help="Time window granularity",
)
parser.add_argument("--svd-k", type=int, default=50, help="SVD dimensions")