Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Leap Year Output for 1403 #41

Open
mtp1376 opened this issue Mar 14, 2024 · 0 comments
Open

Wrong Leap Year Output for 1403 #41

mtp1376 opened this issue Mar 14, 2024 · 0 comments

Comments

@mtp1376
Copy link

mtp1376 commented Mar 14, 2024

1403 is a leap year, but the library fails to recongnize it as a leap year:

In [1]: from khayyam.algorithms_pure import is_jalali_leap_year

In [2]: is_jalali_leap_year(1403)
Out[2]: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant