Skip to content
Snippets Groups Projects
Commit 799fffba authored by Hsien-Chin Lin's avatar Hsien-Chin Lin
Browse files

wip

parent 96455c4a
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,6 @@ class UserActionPolicy(GenTUSUserActionPolicy): ...@@ -294,7 +294,6 @@ class UserActionPolicy(GenTUSUserActionPolicy):
self.emotion = "Neutral" self.emotion = "Neutral"
# TODO sentiment? event? user? # TODO sentiment? event? user?
self.user_info = self.goal.emotion_info() self.user_info = self.goal.emotion_info()
print("user_info", self.user_info)
def _read_goal(self, data_goal): def _read_goal(self, data_goal):
self.goal = Goal(goal=data_goal) self.goal = Goal(goal=data_goal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment