Martin Yeo

Results 244 comments of Martin Yeo

From @jamesp: >Logging is a different use case to warning. Logging is about recording information of the activity of a system, typically an event-based system, for review later. Iris is...

If we better categorise Iris' warnings, we can then educate the user base on catching the categories they are comfortable ignoring. We could also provide one or more conveniences for...

There is of course a separate argument for implementing logging to aid Iris development. But that was not the original scope of this issue: >Silence the noise of `iris` warnings...

Thanks @thomascrocker. This has come up multiple times in the last few weeks. Unfortunately https://github.com/SciTools/cartopy/issues/1618 blocks us implementing this in our current structure. #4643 offers a solution, but it's a...

>I would argue that this result is unexpected for Pandas users Thanks for the insight @kaedonkers! There isn't much Pandas knowledge within team Iris, so if this is something you...

>We should develop a shared test case to verify we can do Cube -> DataFrame -> Cube without loss of fidelity In line with general Iris testing philosophy, the majority...

>We don't think the `copy=True` argument as it currently exists will port to our updates. Some work required to investigate the use of numpy views ... Some new thoughts on...

>We don't think the `copy=True` argument as it currently exists will port to our updates. Some work required to investigate the use of ... dask DataFrames Dask DataFrame doesn't yet...

Thanks @kaedonkers 😊 @hsteptoe has included a slew of useful examples in #4669, so you can rest easy. I'm just trying to find time to review it as soon as...