chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
3 stars 3 forks source link

feat(tools): Expose PF_SPACE constant #82

Closed ketiltrout closed 3 months ago

ketiltrout commented 3 months ago

ch_pipeline uses it, so it shouldn't be private.

Also moved the private _26M_B constant into the function using it, to prevent it leaking out of the module in the same way.