python-holidays icon indicating copy to clipboard operation
python-holidays copied to clipboard

Prophet holidays

Open tserekh opened this issue 3 years ago • 6 comments

Adding Indonesia, Thailand, Philippines and Pakistan Belarus is already in library. Based on holidays from Prophet but have many changes because Prophet include not only public holidays.

https://github.com/dr-prodigy/python-holidays/issues/538

tserekh avatar Nov 20 '21 12:11 tserekh

I am confused about computed test coverege. How it should be improved?

tserekh avatar Dec 04 '21 10:12 tserekh

Pull Request Test Coverage Report for Build 1538644284

  • 335 of 410 (81.71%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.5%) to 96.339%

Changes Missing Coverage Covered Lines Changed/Added Lines %
holidays/countries/indonesia.py 95 119 79.83%
holidays/countries/thailand.py 98 149 65.77%
<!-- Total: 335 410
Totals Coverage Status
Change from base Build 1537386807: -1.5%
Covered Lines: 6035
Relevant Lines: 6178

💛 - Coveralls

coveralls avatar Dec 04 '21 10:12 coveralls

Hi @tserekh thanks for this great work! You can find details on how to do test and improve coverage here: https://github.com/dr-prodigy/python-holidays/tree/beta#running-tests-and-coverage

In particular, the second command should help you find out which code is not yet covered.

Cheers!

dr-prodigy avatar Dec 04 '21 11:12 dr-prodigy

@dr-prodigy, thank you. I am going to imrpove test coverage

tserekh avatar Dec 04 '21 14:12 tserekh

If think test coverege is so low due to hardcoded holidays. It is hardcoded due to dependency of lunar calendar on geographic coordinates. Now I am working on implemention universal lunar calender for any coordinates using https://github.com/brandon-rhodes/pyephem

tserekh avatar Dec 21 '21 07:12 tserekh

hi @tserekh could you proceed in your above activity? thx, best 👍

dr-prodigy avatar Jun 05 '22 09:06 dr-prodigy

Continued in https://github.com/dr-prodigy/python-holidays/pull/887

arkid15r avatar Jan 16 '23 18:01 arkid15r