Skip to content

Commit a323c51

Browse files
committed
style
1 parent 0174183 commit a323c51

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

_doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from sphinx_runpython.conf_helper import has_dvipng, has_dvisvgm
55
from mlstatpy import __version__
66

7-
87
extensions = [
98
"nbsphinx",
109
"sphinx.ext.autodoc",

_doc/notebooks/dsgarden/correlation_non_lineaire.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,6 @@
29182918
"source": [
29192919
"import numpy as np\n",
29202920
"\n",
2921-
"\n",
29222921
"rs = np.random.RandomState(seed=0)\n",
29232922
"\n",
29242923
"\n",

_doc/notebooks/image/segment_detection.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
"source": [
162162
"from PIL import ImageFilter\n",
163163
"\n",
164-
"\n",
165164
"pilimg = (\n",
166165
" pilimg.filter(ImageFilter.BLUR)\n",
167166
" .filter(ImageFilter.BLUR)\n",

_doc/notebooks/ml/neural_tree.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@
728728
"source": [
729729
"from sklearn.linear_model import LogisticRegression\n",
730730
"\n",
731-
"\n",
732731
"clsX = numpy.empty((100, 2), dtype=numpy.float64)\n",
733732
"clsX[:50] = numpy.random.randn(50, 2)\n",
734733
"clsX[50:] = numpy.random.randn(50, 2) + 2\n",

0 commit comments

Comments
 (0)