fds icon indicating copy to clipboard operation
fds copied to clipboard

Path incorrect for `my_evaluation`

Open bipin-lekhak opened this issue 1 year ago • 1 comments

Running test.py for project returns an error: ModuleNotFoundError: No module named 'assignments.assignment8'

This is being caused because of this line:

from assignments.assignment8.my_evaluation import my_evaluation

This should be solved with:

from assignments.Evaluation.my_evaluation import my_evaluation

This is because of the project structure.

bipin-lekhak avatar Nov 21 '23 22:11 bipin-lekhak

Yes. That was a mistake. I have updated the test.py file to correct the path. Please pull from this repo or make the correction yourself.

azhe825 avatar Nov 21 '23 23:11 azhe825