Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed Functions, indentation, docstyle, docstrings, try-except . Included argparse checks, code optimizations #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TanweerulHaque
Copy link

  1. Indentation fixes, docstring style , file linting fixes.

  2. Removed unnecessary imports in various files/directories.

  3. Included valid parameter checks in "argparse" - valid directory check, valid file check, valid number of cores check in case of multiprocessing. It was added in all type of file which used "argparse" package.

  4. Added "type - except" in various functions.

  5. Changes made in "requirements.txt" as one can installed latest version of "pandas" and "numpy". Since there was no such type of function used by either of the two packages which could have gone a change in recent months. It's better to allow users to install any version >= what was there during development.

  6. Code optimizations using list comprehensions, built in numpy methods etc.

Please let me know in case of errors or any changes required. Thank you.

@SinghShreya05
Copy link
Collaborator

@TanweerulHaque
I have written down necessary changes in #2 . Since you have made a copy of this #1 and also pushed new changes in #2 , it'll be better to close this. Thank you.

@TanweerulHaque
Copy link
Author

Yes @SinghShreya05 , sorry for this error. Will be careful from the next time.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants