Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug reported in issue #8181 #8296

Merged
merged 3 commits into from
Jan 17, 2018
Merged

Fixed bug reported in issue #8181 #8296

merged 3 commits into from
Jan 17, 2018

Conversation

martinosorb
Copy link
Contributor

@martinosorb martinosorb commented Jan 14, 2018

The problem consisted of a single tabulation which shouldn't have been there, and caused the function _open_file never to return, when ".mat" was to be appended. I removed the tabulation, and nothing else.

Fixes #8181

The problem consisted of a single tabulation which shouldn't have been there, and caused the function _open_file never to return, when ".mat" was to be appended. I removed the tabulation, and nothing else.
@pv
Copy link
Member

pv commented Jan 14, 2018

Can you also add the relevant test.

@martinosorb
Copy link
Contributor Author

Travis fails on python2 because py2 throws IOError instead of FileNotFoundError (and doesn't know what the latter is). I don't know much about this. Ideas?

@pv
Copy link
Member

pv commented Jan 15, 2018 via email

@rgommers rgommers added scipy.io maintenance Items related to regular maintenance tasks labels Jan 16, 2018
@martinosorb
Copy link
Contributor Author

This looks ok now.

@ilayn
Copy link
Member

ilayn commented Jan 17, 2018

Looks like comments are addressed and tests are added. Merging.

@ilayn ilayn merged commit 86d6589 into scipy:master Jan 17, 2018
@ilayn ilayn added this to the 1.1.0 milestone Jan 17, 2018
chrisb83 added a commit to chrisb83/scipy that referenced this pull request Jan 27, 2018
…invgauss

* 'master' of git://github.com/scipy/scipy: (71 commits)
  ENH: added Moyal distribution to scipy.stats (scipy#8223)
  Misc. typos
  BENCH: bump pinned Cython version
  BUG: Fix right_multiplied_operator for least_squares
  address review comments
  Change copyright to outdated 2008-2016 to 2008-year
  FIX: io.loadmat raises TypeError instead of IOError (scipy#8296)
  DOC: Fix typos about missing np. namespace
  DOC: Removed spurious brackets and fixed typo
  Bugfix in integrate/romb
  DOC: Moved the eigvals examples to the end of the docstring
  DOC: Added "Examples" to all missing functions
  make sure _onenorm_matrix_power_nnm actually returns a float
  DOC: make public API documentation cross-link to refguide.
  MAINT: Housekeeping to minimize the compiler warnings
  Examples for linalg/decmop eigvals function
  DOC: integrate: fix reference numbers in docstrings
  CI: use numpy 1.13 for refguide check build
  DOC: fix non-ascii characters in docstrings which broke the doc build.
  MAINT: stats weightedtau use np.sum check for nan
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants