Commit 8eb36462 authored by I.K Seneviratne's avatar I.K Seneviratne

Committing very minor modification in the api.py.

.
parent dc8d49fd
......@@ -1163,8 +1163,6 @@ class GetLectureActivityCorrelations(APIView):
activity_correlations = ar.get_activity_correlations(individual_lec_activities, lec_recorded_activity_data)
print('activity correlations: ', activity_correlations)
return Response({
"correlations": activity_correlations
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment