Daniel Forero

Results 12 comments of Daniel Forero

I also have a similar problem when trying to generate a plan for rfft like this ```julia plan = plan_rfft(field) ``` where field is an `Array{Float32,3}` ```julia ERROR: StackOverflowError: Stacktrace:...

Hi, I've been having the same problem though it looks like the keword I should use is really `cython_compile_time_env`. When compiling I have: ```python cython_compile_time_env = {} pyfcfc_sky = Extension("pyfcfc.sky",...

Hi, will there be a permanent solution to this? Some time ago using the dev version seemed to work (still raising some deprecation warnings every time the code is run)...

Hi, thanks for you comment. I've tried `!pip install git+https://github.com/cvanelteren/proplot.git --user` but I keep getting the same error. It seems the requirement is still mpl < 3.6.0 so it downgrades.

Right! I didn't notice. Thanks! I just tested it and it works like a charm so far. I'll update if I find something.

Hi, thanks a lot for your answer! I've been able to replicate your example for some similar data. But sometimes I get `ERROR: LoadError: UndefRefError: access to undefined reference` and...

I see, however it seems you get a different kind of error as I do (you get `DimensionMismatch` and I get `UndefRefError`). My complete function actually computes a scalar in...

Sure! here are my "core" functions. I believe the issue can be reproduced with randomly distributed particles in a box since my dataset is a bit large (though the "before"...

Sorry, actually in my last test it seems to work (I did deactivate parallelization). All gradients seem to be are 0 but that may be because the histogram is just...

Indeed it seems to work. The issue of the zeros is just that this "exact" way of histogramming is not differentiable. An approximate histogram could be built with something like...