szabgab / wis-python-course-2024-04

16 stars 9 forks source link

final project - TheaM #264

Closed theammn closed 2 months ago

theammn commented 4 months ago

Hi, this is the link for my final project repository : https://github.com/theammn/TDP43_project/tree/main

Thank you for the course, it was really interesting and helpful!! Have a nice week,

Best, thea meimoun

szabgab commented 2 months ago

If I run the visualization before the identity I get this error:

$ python visualization.py 
Traceback (most recent call last):
  File "/home/gabor/git/Weizmann-2024-04/Thea-Meimoun-project/visualization.py", line 38, in <module>
    identity_results = read_identity_scores(file_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gabor/git/Weizmann-2024-04/Thea-Meimoun-project/visualization.py", line 6, in read_identity_scores
    with open(file_path, mode='r') as file:
         ^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'identity_scores.csv'

otherwise nice.