You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just debugging something and noticed that the curator.validate() function seems to call validate() very many times per passed categorical. I observed 10 calls to validate() per categorical. Are all of these necessary? Why are there so many calls?
Obviously this has a big performance penalty.
The text was updated successfully, but these errors were encountered:
Description of feature
I was just debugging something and noticed that the
curator.validate()
function seems to callvalidate()
very many times per passed categorical. I observed 10 calls tovalidate()
per categorical. Are all of these necessary? Why are there so many calls?Obviously this has a big performance penalty.
The text was updated successfully, but these errors were encountered: