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
9 stars 5 forks source link

fixes #48 by popping unneeded axis out of messages.axes #50

Closed cboulay closed 7 months ago

cboulay commented 8 months ago

See #48 for motivation.

griffinmilsap commented 7 months ago

Good find, thanks for the contribution!!