Difference between revisions of "Kyran Adams (Work Log)"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
11/1/2017 - Familiarized with [[http://mcnair.bakerinstitute.org/wiki/Parallel_Enclosing_Circle_Algorithm Enclosing Circle Algorithm]] to find St. Louis bug | 11/1/2017 - Familiarized with [[http://mcnair.bakerinstitute.org/wiki/Parallel_Enclosing_Circle_Algorithm Enclosing Circle Algorithm]] to find St. Louis bug | ||
+ | |||
+ | 11/3/2017 - Fixed bug in circles.py that output place names as lists instead of strings. Changed vc_circles.py to call outjoiner.py automatically. Refactored vc_circles.py, circles.py, and outjoiner.py to put all of the configuration in vc_circles.py. |
Revision as of 16:18, 3 November 2017
Kyran Adams Work Logs (log page)
10/20/2017 - Set up a wiki page
10/23/2017 - Started researching GPU Build. Researched the practical differences between single vs. multiple GPUs.
10/25/2017 - Worked on the partpicker for the dual GPU build.
10/27/2017 - Decided on dual GPU system, switched motherboard and CPU
10/30/2017 - Rechecked parts compatibility, switched PSU and case
11/1/2017 - Familiarized with [Enclosing Circle Algorithm] to find St. Louis bug
11/3/2017 - Fixed bug in circles.py that output place names as lists instead of strings. Changed vc_circles.py to call outjoiner.py automatically. Refactored vc_circles.py, circles.py, and outjoiner.py to put all of the configuration in vc_circles.py.