You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) All functions should be explicitly typed, and contain one long sentence docstring along with a one sentence description of arguments and return values.
2) Tests for a specific file (e.g., file.py) should be placed in a corresponding test file (e.g., test_file.py) within the same directory.