Skip to content

Commit aefebe5

Browse files
committed
Update test
1 parent 2eccf8c commit aefebe5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_wrappers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,10 @@ def test_spatial_data_with_base_dir(self):
481481
'obsSets': [{'name': 'Cell Type', 'path': 'obs/CellType'}],
482482
'tablePath': 'tables/table'
483483
},
484-
'image': {'path': 'images/picture'}
484+
'image': {'path': 'images/picture'},
485+
'obsEmbedding': [
486+
{'dims': [0, 1], 'embeddingType': 'UMAP', 'path': 'obsm/X_umap'},
487+
],
485488
}})
486489

487490
def test_spatial_data_with_base_dir_2(self):

0 commit comments

Comments
 (0)