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 noticed in the notebook:
if y_[3] == 'T' : JUGEMENTAL= True
else: JUDGEMENTAL= False
But I think it should be:
if y_[3] == 'J' : JUDGEMENTAL= True
else: JUDGEMENTAL= False