Skip to content
Snippets Groups Projects
Commit 4607ce8d authored by Artur Costa Pazo's avatar Artur Costa Pazo
Browse files

Fix error on OC-SVM documentation using py 3.4

parent d5db3476
No related branches found
No related tags found
No related merge requests found
......@@ -160,8 +160,8 @@ On the other hand, the package allows you to train a One Class Support Vector Ma
.. doctest::
:options: +NORMALIZE_WHITESPACE
>>> pos = 0.4 * numpy.random.randn(100, 2).astype(numpy.float64)
>>> data = [pos]
>>> oc_pos = 0.4 * numpy.random.randn(100, 2).astype(numpy.float64)
>>> data = [oc_pos]
>>> print(data) # doctest: +SKIP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment