From 053fe26eff1d72117afc2273d7df5410eee01c3a Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Tue, 14 Jan 2025 10:32:55 +0100 Subject: [PATCH] Change return type of _init_ of the BlackOilSimulator class --- python/docstrings_simulators.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docstrings_simulators.json b/python/docstrings_simulators.json index eca9e57d563..86c42d4afc6 100644 --- a/python/docstrings_simulators.json +++ b/python/docstrings_simulators.json @@ -6,7 +6,7 @@ }, "PyBlackOilSimulator_filename_constructor": { "signature": "opm.simulators.BlackOilSimulator.__init__(deck_filename: str) -> BlackOilSimulator", - "doc": "Constructor using a deck file name.\n\n:param deck_filename: The file name of the deck to be used for the simulation.\n:type deck_filename: str" + "doc": "Constructor using a deck file name.\n\n:param deck_filename: The file name of the deck to be used for the simulation.\n:type deck_filename: str\n:return: The BlackOilSimulator.\n:type return: BlackOilSimulator" }, "PyBlackOilSimulator_objects_constructor": { "signature": "opm.simulators.BlackOilSimulator.__init__(deck: Deck, state: EclipseState, schedule: Schedule, summary_config: SummaryConfig) -> None",