Remove unecessary assert

This commit is contained in:
William Bruneau
2017-07-20 13:54:23 +02:00
parent 28abdbf0af
commit 54575fb14e
-1
View File
@@ -222,7 +222,6 @@ class DSEGenFile(DSEPathConstraint):
def handle_solution(self, model, destination):
global todo, done
assert destination.is_int()
if destination in done:
# Skip this path, already treated