Jerome Kieffer

Results 402 comments of Jerome Kieffer

The kernel used is defined in: https://github.com/kif/silx/blob/master/silx/opencl/codec/byte_offset.py#L256 but the bug occurs only when the 2 scan kernels are used.

Le 18/06/2019 09:17, Andreas Klöckner a écrit : > I tried reproducing this, but I discovered it appears I need silx > installed. Is pip install silx enough? silx is...

On MacOSX there is a six 1.4 laying around ... I deleted it manually.

On Sun, 27 Jan 2019 05:04:30 -0800 gmagno wrote: > Hey hey, > > Thanks for this project, this is great stuff! > > Have you considered integrating a building...

On Mon, 18 Dec 2017 16:08:48 +0000 (UTC) Andreas Klöckner wrote: > Why not update `to_string`? This would change the behaviour of the function which, instead of returning one string...

On Mon, 18 Dec 2017 19:49:57 +0000 (UTC) Andreas Klöckner wrote: > Oh OK. Yeah, I agree we should not change the output data type. But we could change the...

Our code is also broke due to missing compile time options. But we specified them as ``` patched_exts = cythonize( [ext], compiler_directives={'embedsignature': True}, force=self.force_cython, compile_time_env={"HAVE_OPENMP": self.use_openmp} ) ```

On Sat, 14 Nov 2015 11:13:10 -0800 Vineet Naik [email protected] wrote: > Hi, the `README.rst` file is already included in the source tarball of pipdeptree ver. 0.4.3 on PyPI -...

Suggested by Valentin.

Use `ReferenceSample` instead of calibrant. Refactor the calibrant.py into a submodule.