Hi,
I've built a new project using the wizard in the online IDE. I get a TechnologyUnivereModue.py file as part of this process.
I have put in the line self.Debug("This is a test")
Upon running get the above error.
Seems the module is not inheriting or getting the relevant stuff from the main.py algorithm definition for the error/logging to work.
Would value help on this. Apologies for the newbie question.
Craig Hollingsworth
Not sure if figured this out. Seems like a hack. I've changed the "self." to "algorithm." Line now reads: algorithm.Debug("This is a test").
Seems to work
Douglas Stridsberg
The reason that works is because algorithm is the name of a reference to your main QCAlgorithm instance passed into the method you're running; check the method declaration and you should see it there.
Craig Hollingsworth
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!