You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should sort the students with Alice followed by Bob, but instead it throws an exception. Weighted sum error: wrong data type for englishGrade. Number is expected
If I change bob's englishGrade to 1, it sorts properly.
The text was updated successfully, but these errors were encountered:
If a row that I'm sorting on is 0, sorting will fail and return an error that says a number is expected.
Example:
This should sort the students with Alice followed by Bob, but instead it throws an exception.
Weighted sum error: wrong data type for englishGrade. Number is expected
If I change bob's englishGrade to 1, it sorts properly.
The text was updated successfully, but these errors were encountered: