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
Hi, below is a minimal example of the question / possible bug. Is it expected that after adding a dataframe_check in SchemaWithDFCheck that the schema no longer generates valid data according to the field column checks? This example is still somewhat non-deterministic, please let me know if there is a better way than @seed(10) to get reproducible results.
I do get a warning when running this example, but I would have expected the generated data to still be valid.
UserWarning: Dataframe check doesn't have a defined strategy. Falling back to filtering drawn values based on the check definition. This can considerably slow down data-generation.
Hi, below is a minimal example of the question / possible bug. Is it expected that after adding a
dataframe_check
inSchemaWithDFCheck
that the schema no longer generates valid data according to thefield
column checks? This example is still somewhat non-deterministic, please let me know if there is a better way than@seed(10)
to get reproducible results.I do get a warning when running this example, but I would have expected the generated data to still be valid.
Versions:
The text was updated successfully, but these errors were encountered: