- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Surpress RuntimeWarning in test #43
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
Conversation
| @cadenmyers13 please see the discussion on the other PR. I will close this for now as I am guessing it is not what we want. | 
| 
 @sbillinge In reference to your message here, is this PR what you want? The edits made here surpress the Runtimewarnings. | 
| 
 yes, if this works, this is exactly what I am after.... code is good, tests are testing what we want, code generates appropriate warnings, but they don't appear as warnings in the tests.....perfect if this actually does suppress them (I guess you tested that?) | 
| 
 Yes, running pytest I did not get the RuntimeWarning | 
| @cadenmyers13 just a thought, do we want to a bit documentation/comments in the test code itself why those warnings are being surpassed for future members? | 
| Nice @cadenmyers13 ! Code is now just a little bit better. | 
| 
 Good idea. I can add that | 
See comment on other PR