fixed missing deap test init

I forgot to add the deap_test() test init after the current last test. tensorflow_test()
This commit is contained in:
Derek M Tishler
2017-11-14 13:19:29 -05:00
committed by GitHub
parent 6c430f6ae1
commit d17877ef76
@@ -112,6 +112,9 @@ class PythonPackageTestAlgorithm(QCAlgorithm):
# tensorflow test
tensorflow_test()
# deap test
deap_test()
def OnData(self, data): pass