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
Filter out cast warnings in cast tests (pyccel#1824)
Mac in particular is bad at handling warnings in pytest. pyccel#1762
introduced lots of warnings as it is testing casting between types. Such
behaviour often raises warnings in NumPy. This PR deactivates those
warnings for these specific tests thus speeding up the mac tests by ~x2
---------
Co-authored-by: Yaman Güçlü <[email protected]>
0 commit comments