From 762e0f63ada45e79b5846cd066e7d1a4c5273925 Mon Sep 17 00:00:00 2001 From: Kaili Liu Date: Sun, 14 Apr 2024 20:35:09 -0400 Subject: [PATCH] Fix description to remove legacy mentions of sentiment info --- backend/add_rating_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/add_rating_info.py b/backend/add_rating_info.py index c3f429883..d13d3804a 100644 --- a/backend/add_rating_info.py +++ b/backend/add_rating_info.py @@ -12,7 +12,7 @@ Args - target_data_path: Path to the desired folder containing .json files for courses that must be updated with rating info - sentiment_data_path: Path to folder containing .json files equipped with rating info -- years_to_port: List containing integers representing what years of sentiment info to include in the given .json files for parsed courses +- years_to_port: List containing integers representing what years of rating info to include in the given .json files for parsed courses Processing - Consider each .json file in 'data_path'