Add missing return type to check_simulation_finished function of BlackOilSimulator

This commit is contained in:
Lisa Julia Nebel 2025-01-14 14:11:09 +01:00
parent 070af4f147
commit 6fecef3fb1

View File

@ -18,7 +18,7 @@
},
"checkSimulationFinished": {
"signature": "opm.simulators.BlackOilSimulator.check_simulation_finished() -> bool",
"doc": "Checks if the simulation has finished.\n\n:return: True if the simulation is finished, False otherwise."
"doc": "Checks if the simulation has finished.\n\n:return: True if the simulation is finished, False otherwise.\n:type return: bool"
},
"currentStep": {
"signature": "opm.simulators.BlackOilSimulator.current_step() -> int",