Hello, how can I solve the bug of blockmean function

When I use the blockmean from the gallery, there come a bug like this:
Module ‘blockmean’ failed with status code 72:
blockmean [ERROR]: Unrecognized option -s

I guess you’re using v0.5.0 (last release) and not the dev version from GitHub?

The summary parameter (-S) is currently only available in the dev version (upcoming release) and will be officially released via v0.6.0.

If you clone the main branch (dev) the example should work.

Thanks, man.