Fix regression test and tag python algorithms

This commit is contained in:
Jared Broad
2017-09-20 20:06:48 -04:00
parent 28d976a319
commit 244ac0b72a
11 changed files with 134 additions and 78 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class BasicTemplateAlgorithm(QCAlgorithm):
self.SetCash(100000) #Set Strategy Cash
# Find more symbols here: http://quantconnect.com/data
self.AddEquity("SPY", Resolution.Second)
print "numpy test: print np.pi" , np.pi
self.Debug("numpy test >>> print numpy.pi: " + str(np.pi))
def OnData(self, data):
'''OnData event is the primary entry point for your algorithm. Each new data point will be pumped in here.