From 016a806a0c7c775c215ccb4e463f1bbc7b1333f4 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Tue, 14 Jan 2025 09:40:54 +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 34d38796632..eca9e57d563 100644 --- a/python/docstrings_simulators.json +++ b/python/docstrings_simulators.json @@ -5,7 +5,7 @@ "doc": "The BlackOilSimulator class to run simulations using a given Deck." }, "PyBlackOilSimulator_filename_constructor": { - "signature": "opm.simulators.BlackOilSimulator.__init__(deck_filename: str) -> None", + "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" }, "PyBlackOilSimulator_objects_constructor": {