We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b49ff commit 130e4b4Copy full SHA for 130e4b4
src/geophires_x/OutputsAddOns.py
@@ -16,7 +16,7 @@ def PrintOutputs(self, model) -> tuple:
16
The PrintOutputs function prints the results of the AddOns to a text file and to the screen.
17
:param model: Model: The container class of the application, giving access to everything else, including the logger
18
:type model: :class:`~geophires_x.Model.Model`
19
- :return: None
+ :return: tuple of addon_df, addon_results: list[OutputTableItem]
20
"""
21
model.logger.info(f'Init {str(__class__)}: {__name__}')
22
0 commit comments