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 4 forks source link

Add tests for slice_along_axis and sliding_win_oneaxis. #104

Closed cboulay closed 4 months ago

cboulay commented 4 months ago

(I swear I made this PR already...)

This just updates some docstrings and adds a couple unit tests for some ndarray utility functions I made. There are no functional changes here.

Typically, I would prefer to wait for review even if a PR only touches unit tests because there might be some misunderstanding about intention and scope. However, given that the tests are for functions that I wrote recently and no one has really had a chance to use yet, I am confident that I can merge this PR without causing any problems.