Skip to content

Commit

Permalink
fix: remove compare report type enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarros authored and fabclmnt committed Aug 12, 2024
1 parent ca43fc8 commit c2b81e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ydata_profiling/compare_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ def _compare_profile_report_preprocess(
config.html.style.primary_colors
)

# enforce same types
for report in reports[1:]:
report._typeset = reports[0].typeset

# Obtain description sets
descriptions = [report.get_description() for report in reports]
for label, description in zip(labels, descriptions):
Expand Down

0 comments on commit c2b81e5

Please sign in to comment.