Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katxiao committed Feb 16, 2022
1 parent d587742 commit b3c1f3f
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 459 deletions.
2 changes: 1 addition & 1 deletion sdv/tabular/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def _make_condition_dfs(self, conditions):
]

def _conditionally_sample_rows(self, dataframe, condition, transformed_condition,
max_tries=None, batch_size_per_try=None, float_rtol=None,
max_tries=None, batch_size_per_try=None, float_rtol=0.01,
graceful_reject_sampling=True):
num_rows = len(dataframe)
sampled_rows = self._sample_batch(
Expand Down
Loading

0 comments on commit b3c1f3f

Please sign in to comment.