Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/test_pipeline/test_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ def _test_configurations(
continue
elif 'Internal work array size computation failed' in e.args[0]:
continue
# Assumed to be caused by knn with preprocessor fast_ica with whiten
elif 'Input contains NaN, infinity or a value too large' in e.args[0]:
continue
else:
e.args += (f"config={config}",)
raise e
Expand Down