pace-neutrons / pace-python

Python module of the PACE inelastic neutron data analysis suite of programs.
GNU General Public License v3.0
3 stars 4 forks source link

Repeated error messages from Matlab in Spyder #7

Closed mducle closed 2 years ago

mducle commented 3 years ago

When running pace_neutrons under Spyder, Matlab error messages seem to pile up. E.g.

m.eig(m.rand(3,4))
m.rand('a')
m.diag()

The error messages for each error is then repeated on the next error.

This seems to be an issue in Spyder itself / how Spyder handles the C-level stdout/stderr which Matlab uses... (e.g. it is present even without our redirection magic, and it is not seen in Jupyter notebooks).

Edit: This does not seem to be an issue in Windows

mducle commented 2 years ago

Doesn't seem to be an issue in pace_neutrons-0.2.0