From 14a89cd7d94de0d4ec5356ce97c9476bb2180d39 Mon Sep 17 00:00:00 2001 From: Buwei Chen <59496117+BuweiChen@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:21:37 -0400 Subject: [PATCH] incorporate paul sentiment info change --- backend/test_app.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/test_app.py b/backend/test_app.py index ba0e6031e..0fe006753 100644 --- a/backend/test_app.py +++ b/backend/test_app.py @@ -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", }, ]