Skip to content

Commit

Permalink
Update docstrings_common.json to version from current master in opm-c…
Browse files Browse the repository at this point in the history
…ommon
  • Loading branch information
lisajulia authored and lisajulia committed Jun 7, 2024
1 parent 773912d commit 5c96cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/docstrings_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"SummaryState_update_well_var": {
"signature": "opm.io.sim.SummaryState.update_well_var(well_name: str, variable_name: str, new_value: double) -> None",
"doc": "Update the variable of a well.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param variable_name: The name of the variable to update.\n:type variable_name: str\n:param new_value: The new value of the variable.\n:type new_value: double\n\n:return \n:type return: None:
"doc": "Update the variable of a well.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param variable_name: The name of the variable to update.\n:type variable_name: str\n:param new_value: The new value of the variable.\n:type new_value: double"
},
"SummaryState_update_group_var": {
"signature": "opm.io.sim.SummaryState.update_group_var(group_name: str, variable_name: str, new_value: double) -> None",
"doc": "Update the variable of a group.\n\n:param group_name: The name of the group.\n:type group_name: str\n:param variable_name: The name of the variable to update.\n:type variable_name: str\n:param new_value: The new value of the variable.\n:type new_value: double\n\n:return \n:type return: None:
"doc": "Update the variable of a group.\n\n:param group_name: The name of the group.\n:type group_name: str\n:param variable_name: The name of the variable to update.\n:type variable_name: str\n:param new_value: The new value of the variable.\n:type new_value: double"
},
"SummaryState_well_var": {
"signature": "opm.io.sim.SummaryState.well_var(well_name: str, variable_name: str) -> double",
Expand Down

0 comments on commit 5c96cc2

Please sign in to comment.