Skip to content

Commit

Permalink
blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jul 25, 2023
1 parent 4669397 commit b55ae79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdmetrics/reports/single_table/_properties/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def _generate_details(self, real_data, synthetic_data, metadata, progress_bar=No
error_message = np.nan

sample_size = len(synthetic_data) if len(synthetic_data) < 10000 else 10000

try:
score_breakdown = self.metric.compute_breakdown(
real_data, synthetic_data, synthetic_sample_size=sample_size
Expand Down

0 comments on commit b55ae79

Please sign in to comment.