Skip to content

Commit

Permalink
Merge branch 'gempyor-docstring-improvements' of https://github.com/e…
Browse files Browse the repository at this point in the history
…mprzy/flepiMoP into gempyor-docstring-improvements
  • Loading branch information
emprzy committed Jan 24, 2025
2 parents 2b777c5 + ab85156 commit 759f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/compartments.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def get_transition_array(self) -> tuple:
)

def parse_parameters(
self, parameters: list, parameter_names: list, unique_strings: list
self, parameters: np.ndarray, parameter_names: list, unique_strings: list
) -> np.ndarray:
"""
Parses provided parameters and stores them in NumPy arrays.
Expand Down

0 comments on commit 759f8a1

Please sign in to comment.