-
Notifications
You must be signed in to change notification settings - Fork 0
Add type hinting #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Type hinting, as described in PEP 484 should be added to as many parts of the code as possible.
A reasonable way forward would be to:
- Convert the Python 2.7 type hinting to the Python 3 style
- Add it to functions that are not model, experiment or fitting method specific
- Add it to areas that already have unit tests
- Add it to remaining classes that are not model, experiment or fitting method specific
- Add it to all remaining code
Use of an IDE, such as PyCharm that uses type hinting will simplify the task.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers