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 702b5da commit c7eeb0dCopy full SHA for c7eeb0d
tests/integration/test_data_rows.py
@@ -60,7 +60,7 @@ def make_metadata_fields_dict():
60
def filter_precomputed_embeddings(metadata_fields):
61
return list(
62
filter(lambda md: md["name"] != "precomputedImageEmbedding",
63
- metadata_fields))
+ metadata_fields))
64
65
66
def test_get_data_row(datarow, client):
0 commit comments