LDSSA / portal

LDSA Portal
3 stars 2 forks source link

ValidationError /hackathons/student/hackathons/{pk}/ #182

Closed hcastilho closed 3 years ago

hcastilho commented 3 years ago

https://sentry.io/organizations/ldsa/issues/2711523277/?project=1450635&statsPeriod=30d

ValueError: Expected shape (168, 1)
  File "portal/hackathons/services.py", line 174, in submission
    is_valid = glob["validate"](y_true, y_pred)
  File "<string>", line 39, in validate

ValidationError: Error validating data
  File "portal/hackathons/views.py", line 148, in post
    hackathon, request.user, request.FILES["data"]
  File "portal/hackathons/services.py", line 176, in submission
    raise ValidationError("Error validating data") from exc
buedaswag commented 3 years ago

Problem

image

image