diff --git a/test.py b/test.py index 33de054..40a9645 100644 --- a/test.py +++ b/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Andreas Goulas +# Andreas Goulas | first creation # Nikolaos Gkalelis | 23/4/2021 | minor changes (text processing, etc.) import argparse @@ -89,4 +89,4 @@ def main(): print('accuracy={:.2f}% dt={:.2f}sec'.format(100 * acc, t1 - t0)) if __name__ == '__main__': - main() \ No newline at end of file + main()