File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ,
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 " ,
You can’t perform that action at this time.
0 commit comments