Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 31, 2023
1 parent 02767fe commit f7298be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class RelationshipValidity(BaseMultiTableProperty):
"""``Relationship Validity`` class.
"""``Relationship Validity`` property.
This property measures the validity of the relationship
from the primary key and the foreign key perspective.
Expand All @@ -18,7 +18,7 @@ class RelationshipValidity(BaseMultiTableProperty):
_num_iteration_case = 'relationship'

def _generate_details(self, real_data, synthetic_data, metadata, progress_bar=None):
"""Get the average score of relationship validity in the given tables.
"""Generate the _details dataframe for the relationship validity property.
Args:
real_data (dict[str, pandas.DataFrame]):
Expand Down

0 comments on commit f7298be

Please sign in to comment.