Fabrice Silva

Results 10 issues of Fabrice Silva

Documentation mentions that binaries for mac are available on Pypi. It seems not (unless there is an extended list of downloadables somewhere)...

Hi David, using audiolab for a few years, I looked to the TODO list (in the docs) to see if I could help somehow. You wrote one of the next...

Plugin retrieves the content of the document as a string, and tries to write it in a file. But os.write refuses to do magical conversion to bytes. It is necessary...

It would be nice if the side panel could also show the function/class/block being currently edited, for example by highlighting the element concerned, from the most nested to the most...

Hi, trying to apply the GstSatbilizer plugin to a bunch of jpg images, I got the following error: ERREUR : de l'élément /GstPipeline:pipeline0/flow_finder+OpticalFlowFinder:flow_finder+opticalflowfinder0 : total size of new array must...

Hi again, This datatype (used in flow_revert.py:OpticalFlowRevert.**init**:L57) seems not to exist. Moreover self._reference_transform is downcasted latter on to float64 (L79, after appling the transform). So using float128 seems useless, isn't?...

Hi, I am trying to use PyCont for a model that contains sqrt terms. For some reason, the radicand may become negative, and PyCont then throws a ValueError «math domain...

Hi, I tried to use PyPHS for time-domain simulation of a system with 133 state variables. When processing the simulation, I got the following error message from the C++ compiler:...

Hi, investigating potential stability issues, we were looking the influence of the sampling rate on the apparent instability of C++ simulation results. For a quite high number of time samples,...

Hi PyPHSers In the current develop branch, I have some troubles to configure a path. When adding a path key/value in the config dictionary, I have complains about files not...

enhancement