bioflow / old /check_imports.txt
yassinekolsi
feat: benchmark multiple models and validate improved results
7b233d3
raw
history blame
1.4 kB
��python : File "<string>", line 1
At line:1 char:29
+ ... tivate.ps1; python -c "try: import
tdc.multi_pred; print('TDC importe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecifi
ed: ( File "<string>", line 1:Strin
g) [], RemoteException
+ FullyQualifiedErrorId : NativeComm
andError
try: import tdc.multi_pred;
print('TDC imported'); from DeepPurpose
import utils; print('DeepPurpose
loaded'); except Exception as e: print(e)
^^^^^^
SyntaxError: invalid syntax