RETprojects / SWENG480-Team21

This repository contains the code for our capstone project, the Design Pattern Recommendation System.
3 stars 0 forks source link

Clear output to webserver from predict.py #115

Closed RETprojects closed 1 year ago

RETprojects commented 1 year ago

Ben had an issue with the output from predict.py to the web server where the output from each algorithm was being duplicated for an increasing number of times. He determined that the issue was that the output to the web app was not being cleared for every run, so he recommended adding a statement to clear the output at the beginning of predict.py's main function.