Skip to content

Commit

Permalink
Change return type of _init_ of the BlackOilSimulator class
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jan 14, 2025
1 parent 52a1fd9 commit 016a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docstrings_simulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 016a806

Please sign in to comment.