We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687a74a commit b104651Copy full SHA for b104651
test/test_data/test_utils.py
@@ -124,4 +124,4 @@ def test_unsupported_errors():
124
125
X = [[1, 2], [2, 3]]
126
with pytest.raises(ValueError, match=r'Unrecognised data type of X, expected data type to be in .*'):
127
- reduce_dataset_size_if_too_large(X, 0)
+ reduce_dataset_size_if_too_large(X, 0)
0 commit comments