Skip to content

Commit 45e9946

Browse files
committed
minor: small change to Hankel class def
1 parent d04409d commit 45e9946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproximal/projection/Hankel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from scipy.linalg import hankel
33

44

5-
class HankelProj:
5+
class HankelProj():
66
r"""Hankel matrix projection.
77
88
Solves the least squares problem

0 commit comments

Comments
 (0)