Replies: 1 comment
-
you can do pa.Check.REGISTERED_CUSTOM_CHECKS.clear() To clear all the registered methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋🏼 , Hello.
I was wondering if there is any feature to deal with already registered custom checks? Unfortunately, my current environment "keeps" previous registerations.
For example, this snippet found at this link, if ran twice in a notebook cell:
will raise:
list(pa.Check.REGISTERED_CUSTOM_CHECKS).remove('is_between')
which of course, is the proper way to do I believe.Any idea how to overcome this please? Thanks! 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions