Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns authored Apr 26, 2024
1 parent 81fdc66 commit 12176d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Starting with MATLAB 7.3, `.mat` files have been changed to store as custom `hdf
This means they cannot be loaded by `scipy.io.loadmat` any longer and raise.

```Python
NotImplementedError: Please use HDF reader for matlab v7.3 files
NotImplementedError: Please use HDF reader for matlab v7.3 files, e.g. h5py
```

## Quickstart
Expand Down

0 comments on commit 12176d9

Please sign in to comment.