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 don't know if we can impose this in general, since x_* would mean we don't know the number of conditions to check against. But in general I agree. Is it possible to do this in JSON validation or would it be purely in Python?
QQ: For F tests, I believe it's the case that the columns are supposed to match number of conditions, right? And is it the case that nrows <= ncols?
I don't know if we can impose this in general, since x_* would mean we don't know the number of conditions to check against.
true: to a certain extend the fine detail would have to be done on the implementation side, but in any case one would need to know what weight to give each condition so even for a globbing parttern there should something that will be applied for all conditions that would result from it.
But in general I agree. Is it possible to do this in JSON validation or would it be purely in Python?
No idea.
QQ: For F tests, I believe it's the case that the columns are supposed to match number of conditions, right?
The following should be invalid
The text was updated successfully, but these errors were encountered: