Closed GouravWadhwa closed 3 years ago
This might be happening because model results are being saved at ./igel/model_results whereas in assert command it trying to check whether the results are stored at ./igel/tests/test_igel/model_results I think this can be solved by changing the path in constants file.
Hi, thanks for noticing this. Yes the right command is make test and not poetry run tests. I will fix this in the docs.
Description
In the Contributing Guide it is written to run poetry run tests which might be wrong and should be changed to poetry run pytest. Further running poetry run pytest also results in error even for the current code