-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed docstrings | Added workflow for unit testing automation | Added more test cases | replaced pytest with unittest | Fixed dependencies bugs | #15
Conversation
Also, some docstrings for the MLP model creation with torch were not correct as the methods do not exist anymore. Will fix it later.
I reverted my additions for documentation files and created a different PR for those changes. |
…and macos automated test cases
I debugged the workflows using the additional test cases that i wrote. I will wait for this PR to be merged to make the new PR for the new test cases.
I will make seperate PR's for them as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks Spiros.
Just waiting for the actions to run, then we'll merge. |
Note: I discussed the test cases with george and we concluded that we will use pytest, so i will change them again in the future. Right now we must concentrate to the code readability and syntax as well as the repo presentation |
I replaced pytest with unittest library as i think for what we have right now on the repo it's easier for the workflow and for adding new unit tests.
There was some issues with the dependencies in dev-dependencies.txt and i updated some libraries to work for macos as well. I will update the workflow for multi-os support soon, i just wanted to tick the boxes right now for the unit testing automation. Right now it builds only for ubuntu-latest.
I also removed unused code, mostly unused parameters in functions and updated the docstrings wherever i could. I will add more docstrings and update the documentation manually the next days as well.
I also added a couple of test cases, i'm just waiting for this PR to merge to make anohter one, because if something from there wont actually merge to the main branch we will have conflicts.