Skip to content

Commit e749cfa

Browse files
committed
Update warn msg
1 parent 6d69955 commit e749cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdmetrics/single_table/new_row_synthesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def compute_breakdown(
149149
if len(real_data) > 10000:
150150
warnings.warn(
151151
'Unable to optimize query. For better performance, set the '
152-
'`synthetic_sample_size` parameter or upgrade to Python 3.9 or higher'
152+
'`synthetic_sample_size` parameter.'
153153
)
154154

155155
matches = real_data.query(' and '.join(row_filter), engine='python')

0 commit comments

Comments
 (0)