Skip to content

Commit 17d7d72

Browse files
committed
Fix docstring
1 parent 27afe92 commit 17d7d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmipy/bmi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def get_value_at_indices(
391391
...
392392

393393
@abstractmethod
394-
def set_value(self, name: str, values: np.ndarray) -> None:
394+
def set_value(self, name: str, src: np.ndarray) -> None:
395395
"""Specify a new value for a model variable.
396396
397397
This is the setter for the model, used to change the model's

0 commit comments

Comments
 (0)