Skip to content

Commit 039a3ca

Browse files
authored
Fix indentation in performance analysis notebook
1 parent 1c0538c commit 039a3ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/4_performance_analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
"source": [
8282
"methods = [(kerneldiff, 'KernelDiff'),\n",
8383
"\t\t\t(butterdiff, 'ButterDiff'),\n",
84-
"\t\t (finitediff, 'IteratedFD'),\n",
84+
"\t\t\t(finitediff, 'IteratedFD'),\n",
8585
"\t\t\t(polydiff, 'PolyDiff'),\n",
8686
"\t\t\t(savgoldiff, 'SavGolDiff'),\n",
87-
"\t\t (splinediff, 'SplineDiff'),\n",
87+
"\t\t\t(splinediff, 'SplineDiff'),\n",
8888
"\t\t\t(spectraldiff, 'SpectralDiff'),\n",
8989
"\t\t\t(rbfdiff, 'RBFDiff'),\n",
9090
"\t\t\t(tvrdiff, 'TVRDiff'),\n",

0 commit comments

Comments
 (0)