Skip to content

Commit

Permalink
extra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 16, 2023
1 parent 86bd6f0 commit 3ecfd71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdmetrics/single_table/table_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def compute_breakdown(cls, real_data, synthetic_data):
"""Compute the score breakdown of the table format metric.
Args:
real_data (pandas.DataFrame):
The real data.
synthetic_data (pandas.DataFrame):
The synthetic data.
real_data (pandas.DataFrame):
The real data.
synthetic_data (pandas.DataFrame):
The synthetic data.
"""
synthetic_columns = set(synthetic_data.columns)
real_columns = set(real_data.columns)
Expand Down

0 comments on commit 3ecfd71

Please sign in to comment.