From e819998b7d08938aac23c45f27d145b79cfae106 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 7 Mar 2022 11:48:10 -0800 Subject: [PATCH] update test --- test/tinker.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/tinker.py b/test/tinker.py index 97e68f2..3b55f0e 100644 --- a/test/tinker.py +++ b/test/tinker.py @@ -5,15 +5,9 @@ import math from courses import courses, activeCourses from mock import generateMockStudents + + ''' - I will be using python to test and - develop course selection / schedule - generation - - this is honestly terrible code but - this is not an easy task for me to - do - Block 1-4 is first semester while block 5-8 is second semester '''