clemisch

Results 39 comments of clemisch

Thanks, that works for me!

Thanks for the follow-up and including me in this. To clarify, do you mean _not_ supporting trees, but instead multiple arguments? So something like ```python @kernex.kmap(kernel_size=(3, 3), argnums=(0, 1)) def...

So there is no built-in switch for this? This explicit bar format seems like a very verbose way of achieving consistent units. ...nevertheless, thank you for sharing it!

> > Hi :) Giving an updated talk next week at EuroAD, will gladly post the slides after the talk > > Slides appear to be here: https://www.autodiff.org/Docs/euroad/25th%20EuroAd%20Workshop%20-%20Ludger%20Paehler%20-%20Numba-Enzyme:%20Differentiable%20JIT%208217%20d%20Python.pdf The given...

Thanks for looking into this! Sorry for my delayed response. > can you check which version of Qt and which binding `silx view` is loading? Qt version 5.15.2, Qt binding...

Thanks! When I click "Press" the script does open a new window. This works both with `$ python script.py` and inside `$ ipython3 --gui=qt5`. It just occured to me that...

...but to me the lineplot is by far the most used feature! :smiley: I understand though that this is not high priority for you. The workaround with `QT_QPA_PLATFORM=wayland` is working...

Thanks for coming back on this. > Did you try with the latest PyQt5 and with PyQt6 and PySide6? Do you have the same issue? Ha! It seems to work...

I pulled https://github.com/silx-kit/silx/commit/054c497aa63d2f6086c21a749b555dba25b00332 and can confirm it does open the lineplot window now! Thanks :+1: