Open vvasuki opened 11 months ago
In principle, it's a fifteen-fold division, right, like the preceding lines of braahma, praatah, sangava etc.?
Maybe this would set it better?
self.puurvaahna3 = get_interval(start_jd=jd_sunrise, end_jd=jd_sunset, part_index=range(0, 5), num_parts=15)
self.madhyaahna3 = get_interval(start_jd=jd_sunrise, end_jd=jd_sunset, part_index=range(5,10), num_parts=15)
self.aparaahna3 = get_interval(start_jd=jd_sunrise, end_jd=jd_sunset, part_index=range(10,15), num_parts=15)
I can make a ThreeFoldDivision also. But then should we make a FiveFoldDivision also? I liked the current organisation with Eight alone separate, as it's genuinely different.
In principle, it's a fifteen-fold division, right, like the preceding lines of braahma, praatah, sangava etc.? .... I can make a ThreeFoldDivision also. But then should we make a FiveFoldDivision also?
But the name-clash involving madhya and apara ahnas makes it ugly. Better separate both of them (> 3fold, 5fold) out - that way there's no confusion as to what's being referred.
does not belong in FifteenFoldDivision . Please create a new class called ThreeFoldDivision and use it.