Python ignore Runtimewarning
import warnings
warnings.filterwarnings("ignore")
Busy Boar
import warnings
warnings.filterwarnings("ignore")