Skip to content

Commit

Permalink
remove progress_bar.close
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jun 23, 2023
1 parent 8ca6676 commit ef91b68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@ def _generate_details(self, real_data, synthetic_data, metadata, progress_bar):
if progress_bar:
progress_bar.update()

if progress_bar:
progress_bar.close()

result = pd.DataFrame({
'Column 1': column_names_1,
'Column 2': column_names_2,
Expand Down
3 changes: 0 additions & 3 deletions sdmetrics/reports/single_table/_properties/column_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def _generate_details(self, real_data, synthetic_data, metadata, progress_bar=No
scores.append(column_score)
error_messages.append(error_message)

if progress_bar:
progress_bar.close()

result = pd.DataFrame({
'Column': column_names,
'Metric': metric_names,
Expand Down

0 comments on commit ef91b68

Please sign in to comment.