Fixes cli/gui conflicts
This commit is contained in:
@ -116,8 +116,6 @@ class Copycat(object):
|
|||||||
return answers
|
return answers
|
||||||
|
|
||||||
def run(self, initial, modified, target, iterations):
|
def run(self, initial, modified, target, iterations):
|
||||||
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 = {}
|
||||||
formula = 'pbest'
|
formula = 'pbest'
|
||||||
|
|||||||
Reference in New Issue
Block a user