调整今日盈亏

This commit is contained in:
2026-01-23 16:43:59 +08:00
parent a16637539d
commit 89190309ef
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import json
import os
import sys
import pandas as pd
from datetime import datetime, timedelta
current_dir = os.path.dirname(os.path.abspath(__file__))
@@ -55,7 +56,7 @@ def generate_time_series(start_str, end_str):
return series
def main():
predictor = LotteryPredictorV6('data_test_predict/aggregated_stats_v7.py')
predictor = LotteryPredictorV6('data_test_predict/aggregated_stats_v7.json')
with open("full_history_time_performance.json", "r", encoding="utf-8") as f:
time_windows = json.load(f)