Skip to content

Commit

Permalink
Avoid unnecessary display of deprecation warnings in Jupyter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 12, 2024
1 parent e7aa792 commit 9d98321
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tableone/deprecations.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import warnings

# display deprecation warnings
warnings.simplefilter('always', DeprecationWarning)


def handle_deprecated_parameters(labels, isnull, pval_test_name, remarks):
"""
Expand Down

0 comments on commit 9d98321

Please sign in to comment.