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
Ah, thanks for posting this. Your confusion is entirely warranted--datatestshould be raising an error in this case.
I will look to get a fix pushed out in the next couple of days. There are some logical corner cases that arise when comparing against empty containers (where it's not always obvious what error/difference should be raised) but this is clearly undesirable behavior.
In the short term, if you are trying to use datatest for something and you want an immediate/short-term fix, you can add a preceding check for column names. See below:
Hello, apologies if this is the wrong place to ask this question.
I am stumped on how datatest's validation mechanism is passing the following example:
The documentation states:
Shouldn't I be getting the same result as
dt.validate([], [1])
? What am I missing?The text was updated successfully, but these errors were encountered: