From 3aa91d7482163ddad51edc50884298fa44ea59ff Mon Sep 17 00:00:00 2001 From: Sebastian Kloth Date: Fri, 14 Jun 2024 10:10:58 +0200 Subject: [PATCH] Updated version number and type hint --- pyproject.toml | 2 +- src/mdevaluate/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c13ffd..86a488d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mdevaluate" -version = "24.02" +version = "24.06" dependencies = [ "mdanalysis", "pandas", diff --git a/src/mdevaluate/utils.py b/src/mdevaluate/utils.py index cf21285..9cee2c1 100644 --- a/src/mdevaluate/utils.py +++ b/src/mdevaluate/utils.py @@ -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`.