stingray
stingray copied to clipboard
Use type hints in Stingray
Using the syntax proposed in PEP 484, we should introduce type hints. It will make the library easier to debug and, maybe, to optimize using external libraries.
Hello , I am a graduate student from NAOC. I would like to help to add type hints. And I added type hints to base.py. PR: #649
https://github.com/StingraySoftware/stingray/pull/651 May you please review my pull request?
I added type hints to bexvar.py #708 and crossspectrum.py #710. Will add typehints to powerspectrum.py as well soon in #710 itself.