fitbenchmarking.utils.debug module
Functions used for debugging and printing information in a readable format.
- fitbenchmarking.utils.debug.get_printable_table(class_name: str, class_info: dict) str
Creates and returns a string displaying the class info in a format that is easily read in a table.
- Parameters:
class_name (str) – The name of a class owning the data.
class_info (dict{str: variant}) – The data in the class to display.
- Returns:
The class info in a readable format.
- Return type:
str