AlejandroSantorum / scikit-rmt

Random Matrix Theory library - RMT analysis and simulation in Python
BSD 3-Clause "New" or "Revised" License
38 stars 7 forks source link

Add type hints to scikit-rmt #10

Closed AlejandroSantorum closed 1 year ago

AlejandroSantorum commented 1 year ago

Currently scikit-rmt relies on doc-strings and other documentation to inform the users about the type of the different variables and methods arguments. However, a future improvement will be adding type hints to the code to increase the ease of use.