From 39400b371a0086311bfcfe958124fd7fd2686e98 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 31 May 2022 11:52:21 -0700 Subject: [PATCH] update testing readme.md --- test/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/test/README.md b/test/README.md index 30b6bf7..def0b68 100644 --- a/test/README.md +++ b/test/README.md @@ -1,13 +1,3 @@ # Testing -Hello there! If you are in this part of the codespace, I have cleaned it up compared to the -original codespace. The algorithms have been moved out of `tinker.py` into their own python -script from version 1 to 3. These are in the `/scheduleGenerator` folder. I suggest to look -at the latest work in `v3.py` where the algorithm has come a long way. Using real 2018 course -selection data from my school I am able to test the script to its full potential compared to -V1 and V2. - -V3 has a entirely different approach from V1 and V2, that you can read about at the top of -the function in `v3.py`. The function is broken up into 6 steps, each step is labeled within -the function with a comment, giving a brief explination of what that step contributes to the -algorithm. \ No newline at end of file +If you would like to view this code more neatly, it has been moved to its own [repository](https://github.com/SowinskiBraeden/schedule-generator). \ No newline at end of file