Skip to content

Commit c2b81e5

Browse files
alexbarrosfabclmnt
authored andcommitted
fix: remove compare report type enforcement
1 parent ca43fc8 commit c2b81e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/ydata_profiling/compare_reports.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ def _compare_profile_report_preprocess(
138138
config.html.style.primary_colors
139139
)
140140

141-
# enforce same types
142-
for report in reports[1:]:
143-
report._typeset = reports[0].typeset
144-
145141
# Obtain description sets
146142
descriptions = [report.get_description() for report in reports]
147143
for label, description in zip(labels, descriptions):

0 commit comments

Comments
 (0)