-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi,
I'm getting a lot of errors on the database itself while running run_airsenal_predictions. Right now it says "Filling history dataframe for xxx: 218/218" so it seems that it maybe isn't getting all of the players. Also, running the optimization, it shows errors because of this when running strategies. So right now it only runs on one thread; dropped out everything else.
The prediction-table seems correctly filled out to me so I'm not really sure where to start looking for the faults.
One of the errors also says "file is not a database".
EDIT: I see now that the fixture-table is empty on player_id; maybe this is where the error stems from?
EDIT: Running a PRAGMA integrity_check turns out OK
EDIT: This is on the fix/unique_violation_fix branch.