From 1b8f3292f01bbf1000916c1c9902de8182fdde0b Mon Sep 17 00:00:00 2001 From: Daniel Otto de Mentock Date: Mon, 16 Jan 2023 11:44:19 +0100 Subject: [PATCH] test was not using parametrized values --- python/tests/test_util.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/python/tests/test_util.py b/python/tests/test_util.py index a7b94794b..4e6c31820 100644 --- a/python/tests/test_util.py +++ b/python/tests/test_util.py @@ -286,18 +286,6 @@ p2 : str, optional Remaining description """ - invalid_docstring = """ - Function description - - Parameters ---------- - p0 : numpy.ndarray, shape (...,4) - p0 description 1 - p0 description 2 - p1 : int, optional - p1 description - - Remaining description - """ expected = """ Function description