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 encountered an error while using Flye (likely due to insufficient memory), and this raised the following error:
File "/opt/gensoft/exe/Flye/2.9.5/venv/lib/python3.8/site-packages/flye/utils/utils.py", line 49, in process_in_parallel
logger.error("Looks like the system ran out of memory")
`NameError: name 'logger' is not defined`
(I'm using Flye 2.9.5 installed as an environment module on a SLURM cluster.)
This seems to correspond to the following piece of source code:
I encountered an error while using Flye (likely due to insufficient memory), and this raised the following error:
(I'm using Flye 2.9.5 installed as an environment module on a SLURM cluster.)
This seems to correspond to the following piece of source code:
Flye/flye/utils/utils.py
Line 49 in 4e5cd79
And indeed, I see no other place in the file where
logger
could be defined.The text was updated successfully, but these errors were encountered: