divenex
divenex
Thanks for the prompt reply. Now vmprof compiles and installs without errors. I also managed to successfully produce the time statistics on a minimal few-lines Python script. However, as soon...
My scripts use Numpy/Scipy. To be more specific with minimal examples illustrating the problem. The following command takes a fraction of a second to run `python -m vmprof --lines .\test.py`...
Thanks for testing under Windows. This is puzzling as it looks we have nearly the same configuration. My tests were also under Windows 10 (1607) 64 bit, with all updates...
This is very different from what I obtain. Using the command `python -m vmprof --lines .\test.py > output.txt` I get [this output](https://github.com/vmprof/vmprof-python/files/873174/output.txt).
The entries have indeed disappeared. However, when running exactly the same command as in your screenshot above, I get 340 lines of output (attached [HERE](https://github.com/vmprof/vmprof-python/files/875564/output.txt)) instead of the 22 you...
[HERE](http://vmprof.com/#/3907b4d1-528d-4322-9a3f-e7727e4d14c2) is the result of running `python -m vmprof --web .\test.py`
This looks like a bug indeed. In v1.5 on Windows 10, the icon for "automatic" text alignment shows a left-aligned text. But switching between automatic and justified does nothing. Users...
> I've had the same issue since I updated from 3.4 to 3.5. I uninstalled Sumatra then reinstalled. The "No synchronization info at this position" pops up at random. Here's...
Thank you @spitzerd! Your new fork of the LTeX extension for VSCode works for me with the latest VSCode 1.92. I confirm that the original LTeX extension gave the error...
> and the scipy implementation that is currently released (using the aforementioned implementation) > >  How does the current Cython version compare with the following `nnls` based on [SciPy...