Fixes issue with no gui

This commit is contained in:
flynn
2017-12-07 17:15:20 -07:00
parent bb4f758a39
commit 0973e75813

View File

@ -117,7 +117,6 @@ class Copycat(object):
def run(self, initial, modified, target, iterations): def run(self, initial, modified, target, iterations):
self.temperature.useAdj('best') self.temperature.useAdj('best')
self.gui.app.reset_with_strings(initial, modified, target)
self.workspace.resetWithStrings(initial, modified, target) self.workspace.resetWithStrings(initial, modified, target)
answers = {} answers = {}
for formula in ['original', 'best', 'sbest', 'pbest']: for formula in ['original', 'best', 'sbest', 'pbest']: