Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel W Bond
advisor
Commits
d8d258f4
Commit
d8d258f4
authored
Feb 15, 2014
by
Daniel W Bond
Browse files
added return to getGenEds function
parent
6b7b9297
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/trajectories/utils.py
View file @
d8d258f4
...
...
@@ -37,6 +37,10 @@ def nextCourses(coursesTaken, remainingReqCourses):
def
getGenEds
(
programs
,
isHonors
):
# this algorithm sucks because if there's a change to the number of allowed
# majors then this will break
# (fix this obvi)
return
True
def
getGenEds
(
programs
,
isHonors
):
""" returns the gen eds a student has to take based on their selected
programs """
...
...
@@ -98,4 +102,3 @@ def enoughCourses(coursesTaken, degreeCreditsReqNum):
return
True
else
:
return
False
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment