Commit 3ddd1fd
committed
NaN serialization (kronos_client.py:100): Drop rows where OHLC is NaN before serializing to JSON. yfinance returns NaN for gaps/halts/thin tickers — float(nan) isn't valid JSON.
huggingface_hub missing (uv.lock): The package was in pyproject.toml but the lock file was never regenerated. Ran uv lock — it's now pinned at 1.10.1. Without this, the Space can't be paused after the job runs1 parent 3e87e53 commit 3ddd1fd
2 files changed
Lines changed: 138 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments