From 367901b0d4f28c8c3eb25455c7209762935cf6af Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 7 Nov 2022 19:40:06 +0100 Subject: [PATCH] Removed TODO --- sw/decoders/proximal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/decoders/proximal.py b/sw/decoders/proximal.py index db9d0b7..954e59b 100644 --- a/sw/decoders/proximal.py +++ b/sw/decoders/proximal.py @@ -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