In drik.special_thaara():
- Moon uses
base_inc = -1, but Lagna uses base_inc = 0. Therefore, the Lagna Janma result is shifted to the next nakshatra instead of matching the Lagna nakshatra.
special_thaara_map contains 27 for Abhisheka, while the adjacent comment shows 28.
get_nakshathra_list_with_abhijith() inserts Abhijit after the first 20 nakshatras, while const.abhijit_order_of_stars inserts it after the first 21.
In
drik.special_thaara():base_inc = -1, but Lagna usesbase_inc = 0. Therefore, the LagnaJanmaresult is shifted to the next nakshatra instead of matching the Lagna nakshatra.special_thaara_mapcontains27for Abhisheka, while the adjacent comment shows28.get_nakshathra_list_with_abhijith()inserts Abhijit after the first 20 nakshatras, whileconst.abhijit_order_of_starsinserts it after the first 21.