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

update get_neighbors for python >= 3.9 #14

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

Conversation

Alexyyym
Copy link

@Alexyyym Alexyyym commented Apr 8, 2024

Fix for issue #13

Quick fix that could lead to complexity issues because the conversion from set to list is made every time the method is called so
Nb of communication/steps * Nb of nodes calls

Might consider changing the data type of neighbors from sets to lists or having both data structures stored if the set type is required for other uses in the code

@rishi-s8
Copy link
Contributor

rishi-s8 commented May 1, 2024

Is there a better way? Would be too many typecasts.

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