Closed GoogleCodeExporter closed 9 years ago
The problem is in the
self.quartile == self.market_class[self.period][1]:
part, but don't know how to correct it..
Original comment by alessand...@gmail.com
on 17 Sep 2011 at 9:01
It is correct to call the "self.market_classify" to populate the
self.market_class?
Original comment by alessand...@gmail.com
on 19 Sep 2011 at 7:08
The market data classification should be optional. I'll have to add a flag to
indicate if the data has been preprocessed with the classify_market function.
If the data hasn't been classified, the quartile test should be disabled.
The reason for this bug is that the test code in bct was written prior to the
inclusion of the market classification code, which broke the test (because I
never checked it).
Original comment by brian.mo...@gmail.com
on 19 Sep 2011 at 8:37
issue fixed on the git repo, to be included in the next download release 0.1.2b
Original comment by brian.mo...@gmail.com
on 29 Sep 2011 at 6:07
Original issue reported on code.google.com by
alessand...@gmail.com
on 17 Sep 2011 at 9:00