Yanbo Zhang
Yanbo Zhang
I use windows 10. The C++ compiler is included by VS2015.
I run the `pyphi.compute.phi(subsystem)` about 2000 times and the program slowed down.
I will provide more information soon. And yes, I mean CPU leakage not memory leakage.
It seems the PyPhi is using multiple threads to do computation. But when you finished a Phi computing, some threads may not stoped and still using CPU.
You can try this program and you will see the time cost is growing. While I'm always doing the same computing: ``` from sympy.combinatorics.graycode import GrayCode from itertools import permutations...
1. Python version: 3.7 2. Operating system and version: Ubuntu 18.04.2 LTS 3. PyPhi version: 1.1.0
Yes! The time cost does not grow after setting `pyphi.config.PARALLEL_CUT_EVALUATION = False`. Do you know why it happens?
我也是,已经登陆了,但下载的1080p实际是480p
Some updates: * This bug only happens at certain folder; * If I make a copy of that folder, the bug disappeared; * Only happen in VSCode terminal; * Only...
Thank you @tlambert03 ! This really solves my issue. And `conda deactivate` isn't give me any error. However, as you said, I'm also not sure why `prefix` become None. Maybe...