Skip to content

Commit 2810ff4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bf7a566 commit 2810ff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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)