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:
@@ -112,6 +112,9 @@ class PythonPackageTestAlgorithm(QCAlgorithm):
|
||||
|
||||
# tensorflow test
|
||||
tensorflow_test()
|
||||
|
||||
# deap test
|
||||
deap_test()
|
||||
|
||||
|
||||
def OnData(self, data): pass
|
||||
|
||||
Reference in New Issue
Block a user