Updated version number and type hint
This commit is contained in:
parent
7d8c5d849d
commit
3aa91d7482
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "mdevaluate"
|
||||
version = "24.02"
|
||||
version = "24.06"
|
||||
dependencies = [
|
||||
"mdanalysis",
|
||||
"pandas",
|
||||
|
@ -177,7 +177,7 @@ def coherent_sum(
|
||||
func: Callable[[ArrayLike, ArrayLike], float],
|
||||
coord_a: ArrayLike,
|
||||
coord_b: ArrayLike,
|
||||
) -> float:
|
||||
) -> NDArray:
|
||||
"""
|
||||
Perform a coherent sum over two arrays :math:`A, B`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user