Hi there, I'm getting familiar with the library, reading code, and came across what might be a bug or maybe my misunderstanding.
zero_offset=True is passed to EWM, when I think it should probably be zero_offset=self.SETTINGS.zero_offset. But I might be misunderstanding something.
Hi there, I'm getting familiar with the library, reading code, and came across what might be a bug or maybe my misunderstanding.
zero_offset=True
is passed to EWM, when I think it should probably bezero_offset=self.SETTINGS.zero_offset
. But I might be misunderstanding something.https://github.com/iscoe/ezmsg/blob/005590f74ec66b22cd36a94827ff5822ee4bbc92/extensions/ezmsg-sigproc/ezmsg/sigproc/ewmfilter.py#L111