Change return type of _init_ of the BlackOilSimulator class

This commit is contained in:
Lisa Julia Nebel
2025-01-14 09:40:54 +01:00
parent 52a1fd9eb3
commit 016a806a0c

View File

@@ -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": {