test was not using parametrized values

This commit is contained in:
Daniel Otto de Mentock 2023-01-16 11:44:19 +01:00
parent 1924df6c3e
commit 1b8f3292f0
1 changed files with 0 additions and 12 deletions

View File

@ -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