Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 5, 2023
1 parent 31e6257 commit 4f584a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/test/test_signal_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f584a0

Please sign in to comment.