We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d69955 commit e749cfaCopy full SHA for e749cfa
sdmetrics/single_table/new_row_synthesis.py
@@ -149,7 +149,7 @@ def compute_breakdown(
149
if len(real_data) > 10000:
150
warnings.warn(
151
'Unable to optimize query. For better performance, set the '
152
- '`synthetic_sample_size` parameter or upgrade to Python 3.9 or higher'
+ '`synthetic_sample_size` parameter.'
153
)
154
155
matches = real_data.query(' and '.join(row_filter), engine='python')
0 commit comments