-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running single table report on multi table data (or vice versa) results in confusing error #522
Running single table report on multi table data (or vice versa) results in confusing error #522
Conversation
|
||
error_message = ( | ||
f'Multi table report {self.__class__.__name__} expects real and synthetic data to be' | ||
' dictionnaries of pandas.DataFrame. If your real and synthetic data are pd.DataFrame,' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: dictionnaries -> dictionaries
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## issue-507-validate-private #522 +/- ##
===========================================================
Coverage 78.38% 78.39%
===========================================================
Files 102 102
Lines 3697 3716 +19
===========================================================
+ Hits 2898 2913 +15
- Misses 799 803 +4 ☔ View full report in Codecov by Sentry. |
896773e
to
4caa4a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…ts in confusing error (#522)
…ts in confusing error (#522)
CU-86ayp62w5
Resolve #510