Skip to content

Commit 38b0e5b

Browse files
authored
Merge pull request #5873 from lisajulia/feature/fix/documentation
Change return type of _init_ of the BlackOilSimulator class
2 parents 25cd79c + 016a806 commit 38b0e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/docstrings_simulators.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"doc": "The BlackOilSimulator class to run simulations using a given Deck."
66
},
77
"PyBlackOilSimulator_filename_constructor": {
8-
"signature": "opm.simulators.BlackOilSimulator.__init__(deck_filename: str) -> None",
8+
"signature": "opm.simulators.BlackOilSimulator.__init__(deck_filename: str) -> BlackOilSimulator",
99
"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"
1010
},
1111
"PyBlackOilSimulator_objects_constructor": {

0 commit comments

Comments
 (0)