Skip to content

validate_result_identical better output #87

@johannesbulin

Description

@johannesbulin

Is your feature request related to a problem? Please describe.

If a comparison in validate_result_identical fails, it will either print the first mismatch (if not in debug mode) or all the mismatches one-by-one (debug mode). To make it easier to debug, it would be great if we could add the following features:

  • in debug mode, print the whole data set, using the pandas print functionality (making sure that everything is printed).
  • add an option to the comparison to dump the difference and/or the two data sets to a separate JSON or CSV file so they can be investigated later. @mlange05 : Could you comment on what you need here exactly.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions