feiyang-cai commited on
Commit
f7c2cc6
·
verified ·
1 Parent(s): ec780ac

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -233,6 +233,7 @@ class MolecularPropertyPredictionModel():
233
 
234
  return "switched"
235
  except Exception as e:
 
236
  # handle error
237
  return "error"
238
 
 
233
 
234
  return "switched"
235
  except Exception as e:
236
+ print(e)
237
  # handle error
238
  return "error"
239