Skip to content

Commit ce87b30

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

notebooks/examples/speed_up_illustration.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,9 @@
558558
"metadata": {},
559559
"outputs": [],
560560
"source": [
561-
"sdata_cropped = sdata.query.bounding_box(min_coordinate=[0, 0], max_coordinate=[15000, 12500], axes=('x', 'y'), target_coordinate_system='global')"
561+
"sdata_cropped = sdata.query.bounding_box(\n",
562+
" min_coordinate=[0, 0], max_coordinate=[15000, 12500], axes=(\"x\", \"y\"), target_coordinate_system=\"global\"\n",
563+
")"
562564
]
563565
},
564566
{
@@ -568,7 +570,9 @@
568570
"outputs": [],
569571
"source": [
570572
"%%time\n",
571-
"sdata_cropped.pl.render_images(\"CytAssist_FFPE_Human_Breast_Cancer_full_image\", scale=\"scale0\").pl.show(\"global\", dpi=100)\n",
573+
"sdata_cropped.pl.render_images(\"CytAssist_FFPE_Human_Breast_Cancer_full_image\", scale=\"scale0\").pl.show(\n",
574+
" \"global\", dpi=100\n",
575+
")\n",
572576
"# the image is automatically rasterized before rendering"
573577
]
574578
},

0 commit comments

Comments
 (0)