ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
11 stars 5 forks source link

sigproc.ewm - Fixes #47 by expanding dims of scale_arr #52

Closed cboulay closed 10 months ago

cboulay commented 10 months ago

fixes #47 - scale_arr now has same ndim as buffered data, which allows for > 2-dim input.

griffinmilsap commented 10 months ago

I'd like to have a test written before merging this one; I'll take a crack at that in the coming days. I suspect this will function just fine, but this unit is quite complicated and used in some important places for us at the moment.