Skip to content

Commit 490eaf4

Browse files
Suhas Hariharangary-kim
authored andcommitted
Remove 0.25 weighting
No longer necessary due to course weighting changes Signed-off-by: Suhas Hariharan <[email protected]> Signed-off-by: Gary Kim <[email protected]>
1 parent 74e6be6 commit 490eaf4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/js/helpers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ function calculate_gpa (courses) {
126126
return 0;
127127
}
128128
if (/^(AP |AT )/.test(course_name)) {
129-
if (course_name.substring(course_name.length - 1) === '.') {
130-
return 0.25;
131-
}
132129
return 0.5;
133130
}
134131
return 0;

0 commit comments

Comments
 (0)