调整今日盈亏
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user