Phil Elson

Results 179 comments of Phil Elson

The original motivation is written up in https://pelson.github.io/2019/cf_units_tex/. The development was about providing more flexibility when it comes to unit handling, and there is desirable functionality that udunits is not...

See also: https://github.com/SciTools/cf_units/issues/30#issuecomment-118768645

I'm proposing that we try to bridge the gap - there is no good reason for two CF units type packages IMHO. At the very least, we should recognise the...

I can see the benefit of doing this, but the real problem for me is documenting it. Perhaps if `iris.Cube` existed in our documentation and simply linked to the `iris.cube.Cube`...

I've just seen this in the wild. Ouch. Thanks for making such an easy case to reproduce Dan. With Iris 2 and dask, the exception looks like: ``` Traceback (most...

I just tried doing this in the binder examples, and now get a ``RedefiningOwnedCellException`` exception - it seems you can't re-define variables if they are defined in earlier cells. Looks...

or `pip` install?

> since some Java imports need to come after the JVM is started. My worst nightmare :smile: (#933) > For the camel case Python API, you could always just create...

Thanks for the feedback. Note that there are already tests for the `cli.exe` existence (from https://github.com/pypa/setuptools/pull/4479/files#diff-b033a4738946c4c459abca1cbab3460d9aea8060f4394bf3376b573662a84eb3R317). I didn't yet check regarding testing LICENSE etc., but note that it is declared...

I'm sorry to say that I forgot to install pre-commit, and the tests failed on lint. Have now installed, and re-pushed.