Tom Ilett

Results 24 comments of Tom Ilett

I agree the 0-height could be useful for some applications, that's why I didn't create the PR initially and only made an issue. However, in the fiddle I provided there...

jQuery ref: https://github.com/jquery/jquery/blob/master/src/css/hiddenVisibleSelectors.js

Has there been any progress on this issue? I'm hitting this problem at the moment. Is there a good workaround?

I'm having the exact same problem with `mayavi`, I believe it is a problem with `vtk`/`Xvfb`. Is there any alternative to `Xvfb` for headless rendering?

Thanks @akaszynski. I started again with a minimal conda environment (python=3.9, no `mayavi`). I installed `vtk` with `pip install https://github.com/pyvista/pyvista-wheels/raw/main/vtk-osmesa-9.1.0-cp39-cp39-linux_x86_64.whl` then installed `pyvista` with `pip install pyvista`. The OP example...

[Duplicating my 2 comments from https://github.com/enthought/mayavi/issues/1165] TL;DR: `export GALLIUM_DRIVER=softpipe` fixes the problem. The problem appears to be with the renderer. When using `Xvfb` you don't get the hardware support so...

Thanks for the quick reply! I've just been using pretty much default settings: ``` packed = blosc.compress_ptr( address=images.__array_interface__['data'][0], items=images.size, typesize=images.dtype.itemsize, clevel=9, shuffle=blosc.SHUFFLE ) packed = blosc.pack_array(images) bp.pack_ndarray_to_file(images, dest) ``` I've...

Thanks! It was linking issues and user errors. It is now compiling nicely and working with ipopt. Although gpus aren't being detected or used in the ipopt examples. Will try...

I was adding `CXXFLAGS=-openmp FCFLAGS=-fopenmp` to the end of the ipopt configure call as this was suggested for MUMPS and PARDISO, but `CXXFLAGS=-openmp` causes it to error with `user-specified flags...

Unfortunately the gpu fix did not work. Still only running on cpus