From 4f584a0988c327b010cc8f8caff479fd49d4d31b Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Tue, 5 Sep 2023 10:51:20 +0200 Subject: [PATCH] fix typo --- elephant/test/test_signal_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elephant/test/test_signal_processing.py b/elephant/test/test_signal_processing.py index 368809639..83e51d4f6 100644 --- a/elephant/test/test_signal_processing.py +++ b/elephant/test/test_signal_processing.py @@ -415,7 +415,7 @@ def test_z_score_np_float32_64(self): """ Regression test: Inplace operations for z_score failed when using np.float32 or np.float64 types. - See Issue #591 + See Issue #591. https://github.com/NeuralEnsemble/elephant/issues/591 """ test_types = (np.float32, np.float64)