From b6d272dce944687bd6df8d9d38dff718083d05fa Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Tue, 22 Oct 2024 17:14:58 +0200 Subject: [PATCH] Remove extra blank line. --- cyipopt/cython/ipopt_wrapper.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/cyipopt/cython/ipopt_wrapper.pyx b/cyipopt/cython/ipopt_wrapper.pyx index b8f507a..b6261b4 100644 --- a/cyipopt/cython/ipopt_wrapper.pyx +++ b/cyipopt/cython/ipopt_wrapper.pyx @@ -273,7 +273,6 @@ cdef class Problem: If this callback is not provided, the Hessian is calculated numerically. - **Parameters** x : :py:class:`numpy.ndarray`, shape `(n, )`