From 4e057e2fc84b097f728cee9af7e319f4cb495857 Mon Sep 17 00:00:00 2001 From: Cristi Dnla Date: Mon, 9 Dec 2024 15:24:36 +0200 Subject: [PATCH] Debug test --- tests/integration/test_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_benchmark.py b/tests/integration/test_benchmark.py index a3d20aac..d0a4e1e9 100644 --- a/tests/integration/test_benchmark.py +++ b/tests/integration/test_benchmark.py @@ -80,7 +80,7 @@ def test_benchmark_single_table_no_metrics(): assert 'Train_Time' in output assert 'Sample_Time' in output - assert isinstance(output['Train_Time'][0], (int, float)), 'Train_Time is not numerical' + assert isinstance(output['Train_Time'][0], (int, float)), 'Train_Time is not numerical' + output['Train_Time'][0] assert isinstance(output['Sample_Time'][0], (int, float)), 'Sample_Time is not numerical' # Expect no metric columns.