Closed dragonejt closed 8 months ago
Hi @dragonejt, thanks for putting in this PR. I will take a look at this soon (currently pushing for a critical deadline). I agree that adding data types can help folks understand the code faster and I want to learn more about how they work in Python.
Thanks!
Changes
data_handling
moduledriver.py
and get some working function definitions with types, and tried to fill in the rest based off of what was returned by those functions. Please make sure that the function parameter and return types are actually correctlist
instead oflist[float]
as some types are deeply nested, complicated multilevel types.vscode/
(VSCode configurations folder) to.gitignore
Testing
python driver.py -t
succeededpython driver.py
did not return any errors