-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPA/SD incorrectly calculated #115
Comments
We already have a precedent of hiding a Badge when the GPA or SD is 0. Maybe this logic could also apply to whether or not to update the GPA value for a Course or Instructor. Lines 12 to 27 in 7f51019
Maybe include GPA if |
Another good example to study: https://next.cougargrades.io/i/Asghar,%20Mohammad |
Another example: |
This could potentially be addressed by setting AVG_GPA with null if it is 0 and there is no enrollment information. Maybe the existing algorithms can accommodate null? |
The code below is used for determining whether or now to include a section/row in a Course/Instructor's GPA: |
Implemented in: cougargrades/publicdata@5521b25 |
This has been kind of a long-standing issue. A good example of this is:
How should this be addressed?
The text was updated successfully, but these errors were encountered: