Skip to content

Commit

Permalink
removed the eda call from the daily feature pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLepium committed Nov 20, 2023
1 parent eaacf5a commit ea14e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wine/wine-feature-pipeline-daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def expect(suite, column, min_val, max_val):

if __name__ == "__main__":
# replaces the eda notebook
eda()
# eda()
if LOCAL == True :
#g()
print("yeet")
Expand Down

0 comments on commit ea14e37

Please sign in to comment.