Closed zbpetersbuf closed 1 month ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Assigned @avgagliardo as reviewer. @zbpetersbuf Please let the reviewer know when it is ready for review.
@zbpetersbuf I'm still watching this, but ping me whenever you want me to review it.
@zbpetersbuf I'm still watching this, but ping me whenever you want me to review it.
@avgagliardo I thin you should review this now since there was no reply.
PR has an appropriate name and description.
Module lacks necessary docstrings and code comments.
Several files are not well-formed and either lack a proper filename or have issues with the structure/syntax of the code which will prevent it from executing.
The main module seems to execute, but upon manual testing its functionality it fails.
Additionally, the unit-tests are not complete and they do not execute.
I noted the use of lambda functions and the filter() built-in method, which fulfils the homework's specified programming requirements.
For now I will review this as requesting changes, but I can review it again whenever you get time to update it.
Agreed to all. Nothing to add.
having issue with saving files cause of a file named IRVfunk.cpython-312.pyc
having issue with saving files cause of a file named IRVfunk.cpython-312.pyc
delete your pycache directory and pull the .gitignore file from the main repo. You may also have to remove those files from being tracked by git, but I think deleting the compiled .pyc files should be enough to solve that particular issue.
having issue with saving files cause of a file named IRVfunk.cpython-312.pyc
delete your pycache directory and pull the .gitignore file from the main repo. You may also have to remove those files from being tracked by git, but I think deleting the compiled .pyc files should be enough to solve that particular issue.
thank you for your answer even at this time I appreciate it
I think I resolved the changes requested, but if resolving this requires you to do something like accepting my resolves, don't worry about it its late and I don't expect you to do anything
have a working function with unit checks, however, it is not yet complete since I only included 1 function given in the assignment when I was supposed to use 2 so it is not yet complete. So do not accept this pull request