Skip to content

Commit

Permalink
incorporate paul sentiment info change
Browse files Browse the repository at this point in the history
  • Loading branch information
BuweiChen committed Apr 14, 2024
1 parent 6fc1edb commit 14a89cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ def client():
"course_code": "CPSC 150",
"description": "Introduction to the basic ideas of computer science (computability, algorithm, virtual machine, symbol processing system), and of several ongoing relationships between computer science and other fields, particularly philosophy of mind.",
"season_code": "202303",
"sentiment_label": "NEGATIVE",
"sentiment_score": 0.9444444444444444,
"sentiment_info": {
"final_label": "NEGATIVE",
"final_proportion": 0.9444444444444444,
},
"title": "Computer Science and the Modern Intellectual Agenda",
},
]
Expand Down

0 comments on commit 14a89cd

Please sign in to comment.