memote.suite.reporting.diff

Compare two or more models with one another side-by-side.

Module Contents

Classes

DiffReport Render a report displaying the results of two or more models side-by-side.
class memote.suite.reporting.diff.DiffReport(diff_results, configuration, **kwargs)[source]

Bases: memote.suite.reporting.report.Report

Render a report displaying the results of two or more models side-by-side.

Attributes:
diff_results : python.Dictionary

The dictionary structure of memote.MemoteResult objects.

configuration : memote.MemoteConfiguration

A memote configuration structure.

format_and_score_diff_data(self, diff_results)[source]

Reformat the api results to work with the front-end.