-
Notifications
You must be signed in to change notification settings - Fork 240
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
[Good First Issue] [NNCF] Make NNCF common pruning code pass mypy checks #2494
Comments
Hi @vshampor , can I work on this? |
Hi @Lymah123, the task is assigned to you. Best regards, |
Hello @Lymah123, are you still working on that issue? |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hello @RitikaxShakya, are you still working on that issue? |
yes, i am looking into the issue |
Please let us know if there are any updates. |
Hello! Sorry for late reply. I've installed mypy and now I'll create/update the mypy.ini configuration file in the project's root directory to tailor Mypy's settings to our specific needs. |
Hello! @vshampor @p-wysocki I would like to know how I ensure or test that my changes in the code are not changing logic. I am using pytest but is there anything else, please let me know. Thank you! |
Greetings, @RitikaxShakya! Indeed, you should orient yourself on the pytest runs. These are available as corresponding |
@p-wysocki Hello! i raised a PR for this issue. Please take a look whenever possible. Thank you! |
Thank you for your contribution! cc @vshampor |
This is exactly like #2495 (see the description and tasks there), but the target code path for this one is
nncf/common/pruning
instead ofnncf/common/graph
.The text was updated successfully, but these errors were encountered: