Skip to content
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

Fix typo #11960

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

Fix typo #11960

wants to merge 1 commit into from

Conversation

mehadi92
Copy link

No description provided.

Signed-off-by: Mehadi Hasan Menon <[email protected]>
@github-actions github-actions bot added the ASR label Jan 26, 2025
Copy link
Contributor

beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base.


Your code was analyzed with PyLint. The following annotations have been identified:

************* Module convert_nemo_asr_hybrid_to_ctc
examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py:78:0: C0301: Line too long (129/119) (line-too-long)
examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py:79:0: C0301: Line too long (130/119) (line-too-long)
examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py:132:0: C0301: Line too long (129/119) (line-too-long)
examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py:133:0: C0301: Line too long (131/119) (line-too-long)
examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py:179:0: C0301: Line too long (120/119) (line-too-long)

-----------------------------------
Your code has been rated at 9.32/10

Mitigation guide:

  • Add sensible and useful docstrings to functions and methods
  • For trivial methods like getter/setters, consider adding # pylint: disable=C0116 inside the function itself
  • To disable multiple functions/methods at once, put a # pylint: disable=C0116 before the first and a # pylint: enable=C0116 after the last.

By applying these rules, we reduce the occurance of this message in future.

Thank you for improving NeMo's documentation!

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

Successfully merging this pull request may close these issues.

1 participant