Skip to content
Snippets Groups Projects
Commit 0d17208f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'cells' into 'master'

[doc] Mention reading cells is not supported

Closes #4

See merge request !6
parents 0225d242 f6239341
No related branches found
No related tags found
1 merge request!6[doc] Mention reading cells is not supported
Pipeline #
...@@ -24,6 +24,11 @@ This package also contains a couple of other methods that allow for reading ...@@ -24,6 +24,11 @@ This package also contains a couple of other methods that allow for reading
variable names and matrices from ``.mat`` files. Proceed to the variable names and matrices from ``.mat`` files. Proceed to the
:doc:`py_api` section for details. :doc:`py_api` section for details.
.. warning::
Currently, reading the ``.mat`` files with a cell inside leads to a crash.
You can refer to `SciPy Cookbook`_ for alternative solutions.
Be Portable Be Portable
----------- -----------
...@@ -41,5 +46,6 @@ files can be found `here`__. ...@@ -41,5 +46,6 @@ files can be found `here`__.
.. Place here your external references .. Place here your external references
.. include:: links.rst .. include:: links.rst
.. _SciPy Cookbook: https://scipy-cookbook.readthedocs.io/items/Reading_mat_files.html
.. _matlab-hdf5: http://www.mathworks.ch/help/techdoc/ref/hdf5write.html .. _matlab-hdf5: http://www.mathworks.ch/help/techdoc/ref/hdf5write.html
__ matlab-hdf5_ __ matlab-hdf5_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment