picca
picca
I do not install the third_party so I have this error. what is this transformation module ? ``` INFO:matplotlib.font_manager:Generating new fontManager, this may take some time... Traceback (most recent call...
non par lors du build, vous ne vouliez pas que je dépende de pocl pour ne pas limiter le nombre d'architectures supportées.
> non par lors du build, vous ne vouliez pas que je dépende de pocl pour ne pas limiter le nombre d'architectures supportées. > I think that was me for...
Looking at the documentation in the pyFAI-calib2 the 2D view has X and Y axis but it seems that they are exchanged, if we read correctly the previous documentation. (axis1...
Maybe this is because I am using this command line in order to run the tests. just tell me if I need to change the command line. autopkgtest [15:30:16]: test...
``` In [2]: from silx.gui import qt In [3]: qt.supportedImageFormats() Out[3]: {'bmp', 'cur', 'gif', 'ico', 'jpeg', 'jpg', 'pbm', 'pgm', 'png', 'ppm', 'svg', 'svgz', 'xbm', 'xpm'} ``` but I am not...
Hello, In fact we just need the zxy computation part of the _geometry extension, in order to move the detector modules of the Cirpad. We do not need the geometry...
I think that we will need also your help, on the get/set_config. We do not know yet what is the purpose of these method.
Ok, so you serialize using JSON. In that case it should be obvious for the users that the config object must be something which is serialisable to json. What about...
ok, so the format of the config is just a dictionnary with key and simple values ?. can we put namedtuple inside ?