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

members()/memberships() do not have the same functionality as nodestats/edgestats #377

Open
nwlandry opened this issue May 30, 2023 · 3 comments

Comments

@nwlandry
Copy link
Collaborator

For example, H.edges.members doesn't have an asdict() or aslist method.

@leotrs
Copy link
Collaborator

leotrs commented May 31, 2023

The problem is that H.edges.members returns a list. If we wanted to let the user choose the output type, e.g. H.edges.members().asdict(), then H.edges.members() would have to return an object of some custom class.

@nwlandry
Copy link
Collaborator Author

I think this can be closed. Any objections?

@leotrs
Copy link
Collaborator

leotrs commented Jul 23, 2023

Why would this be closed? There was no discussion or resolution. Are we interpreting silence as wontfix?

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

No branches or pull requests

2 participants