From 9d9832111d5a553c265ca315a267b53ba5d9fb0c Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Tue, 11 Jun 2024 21:10:24 -0400 Subject: [PATCH] Avoid unnecessary display of deprecation warnings in Jupyter. --- tableone/deprecations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tableone/deprecations.py b/tableone/deprecations.py index 7057955..850343f 100644 --- a/tableone/deprecations.py +++ b/tableone/deprecations.py @@ -1,8 +1,5 @@ import warnings -# display deprecation warnings -warnings.simplefilter('always', DeprecationWarning) - def handle_deprecated_parameters(labels, isnull, pval_test_name, remarks): """