You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue on BB5 where I need to use brion in combination with py-bluepy modules to read some reports and then execute other process with subprocess.
The issue is that after using brain to get some information, then subprocess hangs.
We were able to identify that if we load from brain import CompartmentReport at the beginning of the test_brion_report.py file (so it is not being lazy loading) the issue disappears.
But BluePy uses this with lazy load and anyhow it should work the same so, can you investigate why am I getting this issue?
I past below the files examples and the script to run this test.
Issue
I have an issue on BB5 where I need to use
brion
in combination withpy-bluepy
modules to read some reports and then execute other process with subprocess.The issue is that after using brain to get some information, then subprocess hangs.
We were able to identify that if we load
from brain import CompartmentReport
at the beginning of thetest_brion_report.py
file (so it is not being lazy loading) the issue disappears.But BluePy uses this with lazy load and anyhow it should work the same so, can you investigate why am I getting this issue?
I past below the files examples and the script to run this test.
Save files
run.sh
test_brion_report.py
Allocate resources on BB5
salloc -n 1 --time 2:00:00 --account proj42 -C uc3 --partition prod
Run script
sh run.sh
The text was updated successfully, but these errors were encountered: