From 395c7c063c528b0b98398113544317fbd0ea738e Mon Sep 17 00:00:00 2001 From: MothNik Date: Mon, 20 May 2024 22:25:23 +0200 Subject: [PATCH] test/doc: clarified doctest origin --- tests/test_for_utils/utils_funcs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_for_utils/utils_funcs.py b/tests/test_for_utils/utils_funcs.py index 5adf91c..0e72d4f 100644 --- a/tests/test_for_utils/utils_funcs.py +++ b/tests/test_for_utils/utils_funcs.py @@ -382,6 +382,8 @@ def multiply_vect_with_squ_fw_fin_diff_orig_first( ... multiply_vect_with_squ_fw_fin_diff_orig_first, ... ) + >>> # All the following tests were checked using LibreOffice Calc + >>> # Test 1 >>> differences = 1 >>> kernel = np.array([-1, 1])