Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Oct 25, 2024
1 parent 420d53f commit 3e1f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/inference/tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_zero_shot_forecast_inference(ts_data):
},
"schema": {
"timestamp_column": params["timestamp_column"],
# "id_columns": params["id_columns"],
"id_columns": params["id_columns"],
"target_columns": params["target_columns"],
},
"data": encode_data(test_data_.iloc[:2], params["timestamp_column"]),
Expand Down

0 comments on commit 3e1f4a5

Please sign in to comment.