Skip to content

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

Open
HumanChwan wants to merge 1 commit intostellargraph:developfrom
HumanChwan:directed-bfw-in-out-sizes
Open

Corrected arg description in stellargraph/data/explorer.py::DirectedBreadthFirstNeighbours#2099
HumanChwan wants to merge 1 commit intostellargraph:developfrom
HumanChwan:directed-bfw-in-out-sizes

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.

@qlty-cloud-legacy
Copy link

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.

2 participants