Stamatis Vretinaris
Stamatis Vretinaris
is this error solved? I get the same error message when trying to save a 3d plot ``` Traceback (most recent `all last): File "./surface_fit.py", line 472, in tikz.save("./figures/surface.tex") File...
I have the same issue 2 as mentioned above. The issue stems from numpy.distutils's get_info() cannot locate any fftw3 package as you have mentioned here #https://github.com/travis-ci/travis-ci/issues/9708#issue-329429754 The full error message...
Adding the site.cfg solved the error caused by numpy.distutils, but a much scarier error occurred during building SHTOOLS ``` ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u...
Yes the python headers exist at the mentioned directory but the error message is the same as above.
sorry to revive this, is it possible to give a hint what is causing the first error message? ``` ERROR: ArgumentError: type does not have a definite number of fields...
thanks for your answer! Indeed writing the closure a bit differently eliminates the above error. But the "outer" call again is not suitable for simd ? ``` @inline function integrate(f::S,...
The code is from [here](https://github.com/svretina/FastTanhSinhQuadrature.jl), but here is a MWE: ``` using StaticArrays using LoopVectorization @inline function ordinate(t::T) where {T
did you change the second call to ``` ## 2D # here I only use the avx version for the inner call # if you call integrate_avx in the outter...
thanks a lot for the help!
according to this [post](https://discourse.gohugo.io/t/background-color-for-markdown-code-block-for-the-hugo-researcher-theme/47743/7?u=stamatis_vretinaris) the problem is solved by replacing the below snippet in the /assets/sass/researcher.scss file ```css * { color: $black; font-family: $font-family; font-size: $font-size; line-height: 1.2; // background-color:...