Skip to content

Commit

Permalink
base docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 6, 2023
1 parent 65f97dd commit 6f13333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdmetrics/reports/base_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def convert_datetimes(real_data, synthetic_data, metadata):
continue

def _print_results(self, verbose):
"""Print the results of a QualityReport.
"""Print the results.
Args:
verbose (bool):
Expand Down Expand Up @@ -187,11 +187,11 @@ def _check_property_name(self, property_name):
)

def get_score(self):
"""Return the overall quality score.
"""Return the overall score.
Returns:
float
The overall quality score.
The overall score.
"""
self._check_report_generated()
return self._overall_score
Expand Down

0 comments on commit 6f13333

Please sign in to comment.