Emery Berger
Emery Berger
Can you provide some example code and the command line options you are using?
Thanks for the report. Please re-install Scalene from the latest version (`python3 -m pip install -U scalene`) and try again.
How are you invoking Scalene? If you use the command palette, you get exactly this kind of output in a webview (inside VS Code). See this from the README. >...
I agree that this looks unintuitive but that line of code has been in the codebase for 2 years. Can you point to a bug here?
So I see that there is some code that is always executing now that `output_profile_line` returns a "null" entry instead of False (which led to some issues, addressed by https://github.com/plasma-umass/scalene/commit/cadb8f463e3fc11d57b20795743c40af5e5d0b69)....
It's the same mechanism, but it was never intended to be called directly. I like the idea of listing a bunch of functions to profile without selecting them one by...
@tlangfor I believe this has now been fixed. Please try installing from the git repo (`python3 -m pip install git+https://github.com/plasma-umass/scalene`). I have verified that your code works with this version.
The latest version on pip and conda includes this fix. I am about to release a new version (1.5.37) that fixes a show-stopper UI bug in Scalene on Mac for...
Can you provide a minimum working example? Thanks.
Does not reproduce on Windows 11, Python 3.10 or Python 3.11, using Scalene 1.5.21.2. Can you all try the latest repo version? Thanks!