Skip to content

Commit f7aa7c6

Browse files
committed
update timxer tests
1 parent bb08f9e commit f7aa7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models/test_timexer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_quantile_predictions(basic_metadata):
297297
output = model(sample_input_data)
298298

299299
predictions = output["prediction"]
300-
assert predictions.shape == (batch_size, 8, 1, 3)
300+
assert predictions.shape == (batch_size, 8, 3)
301301

302302

303303
def test_missing_history_target_handling(basic_metadata):

0 commit comments

Comments
 (0)