Clarify ops market opportunity side probability

This commit is contained in:
2569718930@qq.com
2026-07-04 00:33:51 +08:00
parent f421bc4a24
commit 2bbb040370
4 changed files with 39 additions and 5 deletions
@@ -47,7 +47,7 @@ export function runTests() {
"选项",
"方向",
"买入价",
"模型概率",
"方向概率",
"Edge",
"市场链接",
]) {
@@ -63,4 +63,10 @@ export function runTests() {
client.includes('showAllLowPrice ? "-1" : minEdge'),
"market opportunities filters must label price versus edge and not edge-filter the show-all-low-price view",
);
assert(
client.includes("side_probability") &&
client.includes("yes_probability") &&
client.includes("YES"),
"NO opportunities must show side probability while keeping the underlying YES probability visible",
);
}