Skip to content

Commit

Permalink
Merge pull request #5875 from lisajulia/feature/fix/documentation
Browse files Browse the repository at this point in the history
Change return type of _init_ of the BlackOilSimulator class
  • Loading branch information
atgeirr authored Jan 14, 2025
2 parents bff5c9c + 053fe26 commit 9b3ea19
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 @@ -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",
Expand Down

0 comments on commit 9b3ea19

Please sign in to comment.