How to ignore deprecation warnings in Python

I keep getting this :

DeprecationWarning: integer argument expected, got float

How do I make this message go away? Is there a way to avoid warnings in Python?

16 Answers
16

Leave a Comment