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

Too many warnings #235

Open
mivade opened this issue Jun 29, 2018 · 0 comments
Open

Too many warnings #235

mivade opened this issue Jun 29, 2018 · 0 comments

Comments

@mivade
Copy link
Contributor

mivade commented Jun 29, 2018

Running the test suite results in an excessive amount of warnings. Some of these are ptsa warnings:

/home1/depalati/miniconda3/envs/ramutils_test/lib/python3.6/site-packages/ptsa/data/TimeSeriesX.py:264: UserWarning: The filtered method is not very flexible. Consider using filters in ptsa.data.filters instead.

which is a fairly useless warning that we should just suppress. Others are FutureWarnings such as

FutureWarning: Numpy has detected that you may be viewing or writing to an array returned by selecting multiple fields in a structured array.

This code may break in numpy 1.15 because this will return a view instead of a copy -- see release notes for details.

These should really be addressed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant