|
@@ -20,8 +20,8 @@ import pandas as pd
|
|
|
from tqdm import tqdm
|
|
|
|
|
|
SEASONS = {
|
|
|
- 'name': ['RHO2013', 'BRK2013/16', 'HIGH2017', 'RHO2018', 'HIGH2019', 'LOW2020', 'HIGH2020', 'HIGH2021', 'NNBAR2022', 'HIGH2023'],
|
|
|
- 'start_run': [18809, 32076, 36872, 48938, 70014, 85224, 89973, 98116, 107342, 131913, None],
|
|
|
+ 'name': ['PHIOMEGA2012', 'RHO2013', 'BRK2013/16', 'HIGH2017', 'RHO2018', 'HIGH2019', 'LOW2020', 'HIGH2020', 'HIGH2021', 'NNBAR2022', 'HIGH2023'],
|
|
|
+ 'start_run': [17405, 18809, 32076, 36872, 48938, 70014, 85224, 89973, 98116, 107342, 131913, None],
|
|
|
}
|
|
|
|
|
|
class RunsDBHandler():
|