Results 12 issues of Florian LB

Hi there, I’m trying to benchmark pythran for my use case but can’t get it to compile my function below. ```python import numpy as np #pythran export assemble_mass_and_stiffness(int, float [3,3,3,3],...

Hi there, I'm investigating how to build a simple spectrogram / waterfall type visualization. It seems that RTGraph could be adapted to provided this functionality. However, the visualization that needs...