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
The following error occurs in Minerva's "default" python environment (2.6.6):
Traceback (most recent call last):
File "./src/complete_seq.py", line 3, in
from analysis_framework import *
File "/gs01/scratch/shenl03/complete-seq/src/analysis_framework.py", line 7, in
from utils import *
File "/gs01/scratch/shenl03/complete-seq/src/utils.py", line 18
return {k for k, v in input_dict.items() if v == value}
^
SyntaxError: invalid syntax