Owen Allemang
Owen Allemang
I'm trying to make the `equivariance_plot` script work on my own weather data of **size `(721, 1440)`**. When it runs the so3_rotation function I have the following error: ```python Traceback...
### What happened? I run `mmm update` after adding mods to check if up to date. I got the following error: ``` node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error:...
Hi, I've noticed the wrong version number set for `__version__` in `__init.py__`. One solution would be to use `importlib.metadata.version('cmocean')` to always the correct version number taken from the `setup.py`. If...
Hi, This might be deliberate but it seems that the submodule `plots` is not imported in the `__init__.py` but is included in `__all__`. I can see there are some optional...