We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improvement
Medium
In this PR #2896 we have some missing type hints for dgl.backend and DataFrame specific objects , we should look into a solution for adding those.
Every-user facing arg should have a type-hints and have everything tested with mypy or a similar type hint checker.
No response
CC: @rlratzel
The text was updated successfully, but these errors were encountered:
alexbarghi-nv
No branches or pull requests
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
In this PR #2896 we have some missing type hints for dgl.backend and DataFrame specific objects , we should look into a solution for adding those.
Describe your ideal solution
Every-user facing arg should have a type-hints and have everything tested with mypy or a similar type hint checker.
Describe any alternatives you have considered
No response
Additional context
CC: @rlratzel
Code of Conduct
The text was updated successfully, but these errors were encountered: