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
When running
pace_neutrons
under Spyder, Matlab error messages seem to pile up. E.g.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