Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 25, 2024
1 parent 7834a5f commit 8282ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdv/data_processing/data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ def _create_config(self, data, columns_created_by_constraints):
if is_numeric:
function_name = 'random_int'
column_dtype = str(column_dtype).lower()
function_kwargs = {'min': 0, 'max': 999999999}
for key in INTEGER_BOUNDS:
if key in column_dtype:
_, max_value = INTEGER_BOUNDS[key]
Expand Down

0 comments on commit 8282ad0

Please sign in to comment.