Skip to content

Commit

Permalink
Final Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Nov 1, 2024
1 parent 39d76fb commit c70e1c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/tests/review/test_precompute_reviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def setUp(self):
self.set_runtime_option()
self.precompute_reviews(is_new_data=False)

print(Course.objects.all().values_list("id", "full_code", "topic"))
print(CachedReviewResponse.objects.all().values_list("topic_id"))

def add_new_review_data(self):
create_review("CIS-120-002", TEST5_SEMESTER, INSTRUCTOR_TWO, {"instructor_quality": 3})
create_review("CIS-1200-001", TEST6_SEMESTER, INSTRUCTOR_THREE, {"instructor_quality": 0})
Expand Down

0 comments on commit c70e1c2

Please sign in to comment.