jyotisham / jyotisha

Python tools for the astronomical / astrological vedAnga of Hindus
MIT License
88 stars 52 forks source link

tropical_date_sunset.month_transition not assigned? #67

Closed karthikraman closed 3 years ago

karthikraman commented 3 years ago

tropical_date_sunset.month_transition seems to be None always.

karthikraman commented 3 years ago
for d in panchaanga.daily_panchaangas_sorted():
    print(d.tropical_date_sunset, d.tropical_date_sunset.month_transition)
...
01-29 None
01-30 None
01-31 None
02-01 None
02-02 None
02-03 None
...