Skip to content

Commit 0cd218e

Browse files
authored
Merge pull request #139 from scverse/fix/xenium_visium_notebook_global_cs
fix visium global cs in xenium_visium nb
2 parents a2aff19 + 2810ff4 commit 0cd218e

File tree

2 files changed

+103
-127
lines changed

2 files changed

+103
-127
lines changed

notebooks/examples/alignment_using_landmarks.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@
279279
"from spatialdata.transformations import Identity\n",
280280
"\n",
281281
"visium_landmarks = ShapesModel.parse(\n",
282-
" np.array([[10556.699, 7829.764], [13959.155, 13522.025], [10621.200, 17392.116]]), geometry=0, radius=500, transformations={'CytAssist_FFPE_Human_Breast_Cancer': Identity()}\n",
282+
" np.array([[10556.699, 7829.764], [13959.155, 13522.025], [10621.200, 17392.116]]),\n",
283+
" geometry=0,\n",
284+
" radius=500,\n",
285+
" transformations={\"CytAssist_FFPE_Human_Breast_Cancer\": Identity()},\n",
283286
")\n",
284287
"visium_sdata[\"visium_landmarks\"] = visium_landmarks\n",
285288
"\n",

0 commit comments

Comments
 (0)