Skip to content

Commit 993241e

Browse files
committed
fix test randomness
1 parent 99fca01 commit 993241e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test_benchmark.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ def test_benchmark_single_table_error_handling():
142142
assert 'Train_Time' in output
143143
assert 'Sample_Time' in output
144144
assert output['error'].to_list() == [np.nan, np.nan, np.nan, 'ValueError: random error']
145-
assert pd.notna(output['Train_Time'][3]) # Train and Sample time are recorded
146-
assert pd.notna(output['Sample_Time'][3])
147145

148146

149147
def test_benchmark_single_table_compute_quality_score():

0 commit comments

Comments
 (0)