Tom Nicholas

Results 401 comments of Tom Nicholas

Does the code in the notebook get re-run when building docs? Because I would suggest moving the rst docs into notebooks but I feel like the re-running is a useful...

Should be fixed by https://github.com/ipython/ipython/pull/13612, and then we need to pin ipython to the latest version after it's released.

Well my ipython PR has been there for 20 days with no response... (It's not blocking on that test failure.) I will comment there now, but otherwise we could just...

Actually the other thing we could do is pin our docs environment to my dev version of ipython, like @rabernat did when reviewing #431. That might be easier as a...

We might also be able to get around this by executing code cells using the [jupyter-sphinx](https://jupyter-sphinx.readthedocs.io/en/latest/) extension instead of the ipython directive extension, as presumably that would no longer call...

Also if we had done the padding in this fused manner to begin with then bugs like #430 would not have been possible.

@jbusecke and I realised that padding in multiple dimensions is potentially quite inefficient at the moment, because you might have to pad along dimensions where you don't need the extra...

> Is it possible to add this feature to dask.array.pad? Which feature exactly? I haven't implemented this yet, but I think we can achieve what we want by calling either...

Wait why didn't the CI run the code tests??

I think this is low-priority, and can wait until we have finalised the internals based on other criteria.