Jochem Smit

Results 100 comments of Jochem Smit

I also run into this error somewhat frequently. Not sure exactly but it mostly happens when I have a lot of figures open (>20), I do a lot of window...

I now found a way to reproduce this error, although different traceback: In a notebook in Jupyter Lab: ```python %matplotlib widget import matplotlib.pyplot as plt plt.figure() plt.plot(range(10)) ``` Then, from...

Thank you for your swift and detailed reply. This field looks like its very dynamic and fast moving. Very interesting stuff, although since its not really my field it difficult...

I forgot to mention that I've tried the different solvers and also changing from GPU to CPU. I found another ``odeint`` over at [Astro](https://github.com/henrysky/astroNN) which, when using the 'rk4' method,...

Thanks both for your very detailed replies. I've been busy with other things last couple days and haven't yet had time to look into this in more detail. @titu1994 ,...

Yes! I believe so too. I've just posted over at AstroNN (https://github.com/henrysky/astroNN/issues/10) where I've concatenated the k's together, I didn't realize odeint was shape compatible like that. Can't wait to...

@jlstevens is there a way to generate docs from params right now? In whatever form?

I've made a mock project where I use an adaptation of the paramdoc extension in case anyone finds that useful: https://github.com/Jhsmit/param_docs Basically the idea is to make the output as...

I would be happy to be a maintainer, however I find myself wanting to contribute several parts of panel but I never find the time to do so. The mock...

@jbednar Good point this indeed needs some whitespace in between. At the moment I assume the numpydoc extension is used as well (havent tested without it yet) and if the...