From 0973e758134307052dea2f7b3a0ce4484ffbfdc1 Mon Sep 17 00:00:00 2001 From: flynn Date: Thu, 7 Dec 2017 17:15:20 -0700 Subject: [PATCH] Fixes issue with no gui --- copycat/copycat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/copycat/copycat.py b/copycat/copycat.py index c899f6d..190db23 100644 --- a/copycat/copycat.py +++ b/copycat/copycat.py @@ -117,7 +117,6 @@ class Copycat(object): 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) answers = {} for formula in ['original', 'best', 'sbest', 'pbest']: