Skip to content

Commit

Permalink
chore: revert some changes that didnt work and add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 6, 2024
1 parent d26ae4b commit c28336f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/train-spread-predictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions nfl_analytics/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def main():
if args.train:
start_time = time.time()
try:
# df_raw = load_dataframe_from_raw()
df_raw = load_dataframe_from_remote()
df_raw = load_dataframe_from_raw()
# df_raw = load_dataframe_from_remote()
except FileNotFoundError as e:
print(f"Error loading data: {e}")
print("Please run with --download first.")
Expand Down

0 comments on commit c28336f

Please sign in to comment.