Skip to content

Commit

Permalink
[Stocks] skip log results in case of CE
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaIguazio committed Nov 22, 2023
1 parent 140c6d8 commit 0a3c1de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stocks-prediction/src/serving_stocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import os
import time

warnings.filterwarnings("ignore")

def log_results(df: pd.DataFrame):
# writing to tsdb
if "V3IO_USERNAME" in os.environ:
Expand Down

0 comments on commit 0a3c1de

Please sign in to comment.