Skip to content

Commit 1a1fa7c

Browse files
Autoformat with black
1 parent 6399676 commit 1a1fa7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AURORA/tutorial.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@
411411
],
412412
"source": [
413413
"config = AuroraInfererConfig(\n",
414-
" # we disable test time augmentations for a quick demo, \n",
414+
" # we disable test time augmentations for a quick demo,\n",
415415
" # should be set to True for better results\n",
416-
" tta=False, \n",
417-
" # The batch size used for the sliding window inference, decrease if you run out of memory \n",
416+
" tta=False,\n",
417+
" # The batch size used for the sliding window inference, decrease if you run out of memory\n",
418418
" # (warning: too small batches might lead to unstable results)\n",
419-
" sliding_window_batch_size=4, \n",
419+
" sliding_window_batch_size=4,\n",
420420
")\n",
421421
"\n",
422422
"# Instantiate the AuroraInferer with the specified config:\n",

0 commit comments

Comments
 (0)