Skip to content

Commit f812504

Browse files
committed
Merge
2 parents 1ecfa79 + 2c36e0c commit f812504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/notebooks/spatial_data_blobs.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
")\n",
116116
"# Add data to the configuration:\n",
117117
"wrapper = SpatialDataWrapper(\n",
118-
" sdata_store=spatialdata_filepath,\n",
118+
" sdata_path=spatialdata_filepath,\n",
119119
" # The following paths are relative to the root of the SpatialData zarr store on-disk.\n",
120120
" image_path=\"images/blobs_image\",\n",
121121
" obs_segmentations_path=\"labels/blobs_labels\",\n",
@@ -129,7 +129,7 @@
129129
" }\n",
130130
")\n",
131131
"points_wrapper = SpatialDataWrapper(\n",
132-
" sdata_store=spatialdata_filepath,\n",
132+
" sdata_path=spatialdata_filepath,\n",
133133
" # The following paths are relative to the root of the SpatialData zarr store on-disk.\n",
134134
" obs_points_path=\"points/blobs_points\",\n",
135135
" obs_feature_matrix_path=\"tables/table_points/X\", # TODO\n",

0 commit comments

Comments
 (0)