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

Corrected arg description in stellargraph/data/explorer.py::DirectedBreadthFirstNeighbours #2099

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

Conversation

HumanChwan
Copy link

In the overridden method def run(...) of the class DirectedBreadthFirstNeighbours(GraphWalk) defined in file stellargraph/data/explorer.py, the description had mentioned that in_size and out_size were arguments of type int, but the context and the usage of the variables clearly suggests that their typing should be list[int].

Also the method def _check_neighbourhood_sizes(...) of the same class, seems to have completely different argument descriptions, that has been corrected along with some additional information regarding the functionality of the method.

Regards,
Dinesh Chukkala

@CLAassistant
Copy link

CLAassistant commented Sep 14, 2023

CLA assistant check
All committers have signed the CLA.

@codeclimate
Copy link

codeclimate bot commented Sep 14, 2023

Code Climate has analyzed commit d82f87a and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Security 2

View more on Code Climate.

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

Successfully merging this pull request may close these issues.

None yet

2 participants