Removed TODO

This commit is contained in:
Andreas Tsouchlos 2022-11-07 19:40:06 +01:00
parent 2002b1faa8
commit 367901b0d4

View File

@ -43,7 +43,6 @@ class ProximalDecoder:
"""
return s - y
# TODO: Is this correct?
def _grad_h(self, x: np.array) -> np.array:
"""Gradient of the code-constraint polynomial. See 2.3, p. 2."""
# Pre-computations