Skip to content

Commit

Permalink
enforce rounding should default to True
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Nov 12, 2024
1 parent 4d56fe7 commit ac013f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdv/sequential/par.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
self,
metadata,
enforce_min_max_values=True,
enforce_rounding=False,
enforce_rounding=True,
locales=['en_US'],
context_columns=None,
segment_size=None,
Expand Down

0 comments on commit ac013f4

Please sign in to comment.