Jerome Kieffer

Results 400 comments of Jerome Kieffer

`QFont::setWeight: Weight must be between 1 and 1000, attempted to set 0` is obtained with running this test: `pyFAI.gui.test.test_calibration.TestCalibration.test_empty_data`

I can submit a patch for this one ... but a general fix for all silx is much more work (not a `pytest` saavy).

`array_from_unit` calls numexpr ... should not.

TODO: disable the usage of `chiArray` and other which are declared as fast-path in the `Unit` object

mostly done ... clean-up remaining

@pierrepaleo are you aware of this feature ?

Fairly recent feature: https://gitlab.tiker.net/inducer/pyopencl/-/commit/b0ccb53cda0d6f2185e56a9b9074d916ddf9ab0e

Have a look at the issue related: https://github.com/inducer/pyopencl/issues/830 If PyOpenCL is not caching kernels, it is definitely worth doing in in `silx` !!! @pierrepaleo any idea ? Could we meet...

Probably linked to https://forum.qt.io/topic/140862/garbage-collection-warning-after-transition-to-pyside6 Apparently it is related to an interaction between PySide6 and matplotlib Qt's backend.

@vallsv, you are probably the only one able to debug this ... It is clearly linked to a change of behaviour between Qt5 -> Qt6, newer pythons are more picky...