Consider removing warnings.filterwarnings("ignore")
if it is not needed
#205
Labels
question
Further information is requested
In this PR, we replace
np.filterwarnings.warnings("ignore")
withfilterwarnings.warnings("ignore")
because numpy deprecated their wrapper forfilterwarnings
.We should check the following:
np.filterwarnings.warnings("ignore")
was originally implementedfilterwarnings.warnings("ignore")
is still needed -- it might be filtering out all warnings and not justnumpy
warningsThe text was updated successfully, but these errors were encountered: