Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristid9 committed Dec 9, 2024
1 parent cc2937a commit 4e057e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e057e2

Please sign in to comment.