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
The script should a main function, and the execution should be controlled by an if __name__ == '__main__' block. Furthermore, procedures from the code should be separated in functions, and be properly documented. The code in variaveis.py also has inconsistent style with the code style of preprocessor.py.
The text was updated successfully, but these errors were encountered:
The script should a main function, and the execution should be controlled by an
if __name__ == '__main__'
block. Furthermore, procedures from the code should be separated in functions, and be properly documented. The code in variaveis.py also has inconsistent style with the code style of preprocessor.py.The text was updated successfully, but these errors were encountered: