You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignore:Some input energy values outside valid range.*:UserWarning
ignore:invalid value encountered in.*:RuntimeWarning
ignore:divide by zero encountered in.*:RuntimeWarning
ignore:The truth value of an empty array is ambiguous..*:DeprecationWarning
ignore:LinAlgError when calculating the hessian. Errors may not be calculated.:UserWarning
Need to remove these one by one and check if can really "safely ignore" or need to update the code.
To Reproduce
No response
Screenshots
No response
System Details
No response
Installation method
No response
The text was updated successfully, but these errors were encountered:
samaloney
changed the title
Need to ivnvetigage and possibly fix warnings generated during tests
Need to investigate and possibly fix warnings generated during tests
Feb 20, 2024
Describe the bug
I had to add the following to the pytest config to get the tests to pass:
sunkit-spex/setup.cfg
Lines 64 to 80 in 2257afb
Need to remove these one by one and check if can really "safely ignore" or need to update the code.
To Reproduce
No response
Screenshots
No response
System Details
No response
Installation method
No response
The text was updated successfully, but these errors were encountered: