Florian LB
Florian LB
Right now, I'm waiting for a review of the PR. Given that conda-forge is community operated, I guess this can take a while.
Quick update here: I had a first round of reviews and am awaiting the second round. Hopefully soon.
Hi Cameron, you can easily fix this if you reverse the values returned by the function that computes the contour levels. A fixed version reads: ``` def contour_levels(grid): """Compute 1,...
Hi Mark, just came across this issue you opened. Is it actually already possible, with what is implemented, to use the Rapid Block Mode described in my Pico 3404 manual?...
After some additional testing, it seems this is related to *int types under Windows*, which the doc warns about in the limitations (see #1916). Apparently, I can get a different...
Hi Serge, I can confirm adding the cast to `int` fixes the issue. Thanks for looking into it. Cheers, Florian
Hi @serge-sans-paille thank you for looking into it. I can't promise anything but I'll try next week and hope to report back here. Cheers Florian
Hi @serge-sans-paille , I’ve tried to confirm your changes in master branch work on the original machine I tested on. However, I was not able to confirm, due to not...
I tried another way to do it. `pip install pythran-openblas` `python setup.py install` `pythran -v mwe.py` Still an error: ``` (pythran_env) C:\Users\FL232714\Documents\GitHub\pythran\rppd>pythran -v mwe.py INFO: sys file exists: C:\Anaconda3\envs\pythran_env\lib\site-packages\pythran-0.11.0-py3.9.egg\pythran\pythran.cfg INFO:...
After some more tests, it turns out my installation of pythran was not working. My recipe: ``` conda install -c conda-forge pythran # installs compiler stuff python setup.py install #...