finesse.model.Model.print_mismatches

Model.print_mismatches(table_fmt='fancy_grid', **kwargs)[source]

Prints the mismatches computed by Model.detect_mismatches() to an easily readable table.

Parameters

table_fmt : str, optional

Table format option to pass to tabulate.

kwargs : Keyword arguments

Arguments to pass to Model.beam_trace().