Merge remote-tracking branch 'origin/main'

This commit is contained in:
boris
2026-09-12 16:26:06 +08:00
22 changed files with 1430 additions and 1058 deletions
+2 -2
View File
@@ -325,7 +325,7 @@ mod tests {
][n][i];
market.push(DailyMarketSnapshot {
date: *d,
symbol: s.to_string(),
symbol: (*s).into(),
timestamp: None,
day_open: c,
open: c,
@@ -348,7 +348,7 @@ mod tests {
});
factors.push(DailyFactorSnapshot {
date: *d,
symbol: s.to_string(),
symbol: (*s).into(),
market_cap_bn: 1.,
free_float_cap_bn: 1.,
pe_ttm: 10.,