Fix the Best Bets Failure; remove duplicates on front page - #9
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the nightly pipeline outputs and underlying data files to reflect the latest run and data refresh. The main changes include new match data and odds, updates to value bets, and a significant pipeline error related to missing Parquet support. Additionally, the workflow configuration was slightly adjusted.
Data and Pipeline Updates:
Updated all cache files (
odds_history.json,matchup_edge_history.json,playoff_probabilities.json,player_props.json,points_table.json,schedule.json,shot_locations.json,value_bets.json) to reflect the latest data run, including new matches, odds, and value bet recommendations. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Added new scheduled matches, including "Nepal vs Netherlands" with associated odds and a new value bet recommendation for "Nepal ML" (+150 odds, 2.4% Kelly stake). [1] [2] [3]
Pipeline and Error Reporting:
run_manifest.json) to reflect the latest run, showing a reduced number of processed records and a new error: missing Parquet engine (pyarroworfastparquet), which caused Cricsheet data to be skipped.Workflow Configuration:
continue-on-error: truedirective from the "Export best bets" step in the nightly GitHub Actions workflow, so failures in this step will now cause the workflow to fail.Best Bets Export:
data_files/best_bets_today.jsonwas regenerated, clearing the previous export failure note.