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
All helper functions should take the arg filename, which is either a string, or use str(filename.name) if it's a Path. This is then concatenated to the appropriate folder for that function. This helps avoid type errors down the line.
All helper functions should take the arg filename, which is either a string, or use str(filename.name) if it's a Path. This is then concatenated to the appropriate folder for that function. This helps avoid type errors down the line.