From 505e73d3ecae0c79861ceb43eb2973ad601c76eb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Aug 2019 02:25:37 +0100 Subject: [PATCH] comment; remove unneeded code --- src/ieee754/fcvt/pipeline.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ieee754/fcvt/pipeline.py b/src/ieee754/fcvt/pipeline.py index a7b01f70..2cc0b087 100644 --- a/src/ieee754/fcvt/pipeline.py +++ b/src/ieee754/fcvt/pipeline.py @@ -49,9 +49,10 @@ class FPCVTConvertDeNorm(DynamicPipe): sc = modkls(in_pspec, out_pspec) in_pspec.stage = sc super().__init__(in_pspec) - self.out = self.ospec(None) +# this one is slightly weird-looking because of course the INT output +# is, duh, an INT, so of course does not get "FP normalised". class FPCVTFtoIntBasePipe(ControlBase): def __init__(self, modkls, e_extra, in_pspec, out_pspec): ControlBase.__init__(self) -- 2.30.2