:mod:`memote.suite.reporting.diff` ================================== .. py:module:: memote.suite.reporting.diff .. autoapi-nested-parse:: Compare two or more models with one another side-by-side. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.reporting.diff.DiffReport .. py:class:: DiffReport(diff_results, configuration, **kwargs) Bases: :class:`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. .. !! processed by numpydoc !! .. method:: format_and_score_diff_data(self, diff_results) Reformat the api results to work with the front-end. .. !! processed by numpydoc !!