Skip to content

Commit

Permalink
remove unused df
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Dec 5, 2024
1 parent 64bb212 commit 46d3998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/finetuning/tests/fetchdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def fetch_etth():

def fetch_finetune_json():
"""Doesn't really fetch, generates it from what fetch_etth"""
df: pd.DataFrame = pd.read_feather("data/ETTh1.feather")

payload = {
"data": "file://./data/ETTh1.csv",
"model_id": "mytest-tsfm/ttm-r1",
Expand Down

0 comments on commit 46d3998

Please sign in to comment.