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.pyandmatrix_eqn.py.TODO: The next step is to fix the underlying cause of the warning.