Skip to content

Commit f8aefc1

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

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=[10000, 10000], axes=('x', 'y'), target_coordinate_system='global')"
561+
"sdata_cropped = sdata.query.bounding_box(\n",
562+
" min_coordinate=[0, 0], max_coordinate=[10000, 10000], axes=(\"x\", \"y\"), target_coordinate_system=\"global\"\n",
563+
")"
562564
]
563565
},
564566
{
@@ -587,7 +589,9 @@
587589
],
588590
"source": [
589591
"%%time\n",
590-
"sdata_cropped.pl.render_images(\"CytAssist_FFPE_Human_Breast_Cancer_full_image\", scale=\"scale0\").pl.show(\"global\", dpi=100)\n",
592+
"sdata_cropped.pl.render_images(\"CytAssist_FFPE_Human_Breast_Cancer_full_image\", scale=\"scale0\").pl.show(\n",
593+
" \"global\", dpi=100\n",
594+
")\n",
591595
"# the image is automatically rasterized before rendering"
592596
]
593597
},

0 commit comments

Comments
 (0)