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 ran into this issue while working on #495. It seems to be caused by the fact that the subregex generated for the anyOf keyword includes all permutations of the patterns of the types in question concatenated. I don't understand why we need to do such permutations. I have the impression that a simple "or" between the patterns associated to each type would work
Describe the issue as clearly as possible:
I ran into this issue while working on #495. It seems to be caused by the fact that the subregex generated for the
anyOf
keyword includes all permutations of the patterns of the types in question concatenated. I don't understand why we need to do such permutations. I have the impression that a simple "or" between the patterns associated to each type would workSteps/code to reproduce the bug:
Expected result:
Error message:
No response
Outlines/Python version information:
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: