-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Remove warnings supression as noted by Issue #229 #231
Conversation
The w, spect = self.spectral_density(two_pi=False) the |
Comment in # == Suppress warnings from checking conditioning of matrices == # |
@jstac would you mind reviewing this spectral density question when you have time? Its in relation to some warnings we are trying to remove in the quantecon.py package. |
What is the status of this PR? |
this PR has removed the instructions to ignore and suppress warnings. So the last step is to review |
Is it possible to merge this PR as is and open another issue for discussion on arma.py and matrix_eqn.py? I find it a bit annoying that warnings are all ignored in the whole session once |
Sure. I will have a quick review of this this afternoon to double check that all of the suppression statements have been removed and then I will setup a separate issue to fix |
Thanks! |
This PR removes the warning supression from
arma.py
andmatrix_eqn.py
.TODO: The next step is to fix the underlying cause of the warning.