You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
SDMetrics version:
Python version:
Operating System:
Error Description
When running a multi-table report on single table data, the report fails with the following error: AttributeError: 'dict' object has no attribute 'columns'. The single table report should error with a clear message if it is called with multi-table data. The multi-table report should also error with a clear message if it is called with single-table data: ValueError: Single table {report type} called with multi table data, please use multi-table {report type} instead. ValueError: Multi table {report type} called with single table data, please use single table {report type} instead.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When running a multi-table report on single table data, the report fails with the following error:
AttributeError: 'dict' object has no attribute 'columns'
. The single table report should error with a clear message if it is called with multi-table data. The multi-table report should also error with a clear message if it is called with single-table data:ValueError: Single table {report type} called with multi table data, please use multi-table {report type} instead.
ValueError: Multi table {report type} called with single table data, please use single table {report type} instead.
Steps to reproduce
The text was updated successfully, but these errors were encountered: