Skip to content
Snippets Groups Projects
Commit ffcfd12c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix test

parent 3cbca67f
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ Saving arrays to the :py:class:`xbob.io.File` is as easy, just call the ...@@ -305,7 +305,7 @@ Saving arrays to the :py:class:`xbob.io.File` is as easy, just call the
.. doctest:: .. doctest::
>>> f = xbob.io.File('copy1.hdf5', 'w') >>> f = xbob.io.File('copy1.hdf5', 'w')
>>> f.write(a) >>> f.write(array)
Numpy ndarray shortcuts Numpy ndarray shortcuts
----------------------- -----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment