Skip to content

Ids option is ignored by W.__init__ #284

@ljwolf

Description

@ljwolf

You can send whatever you like to W(neighbors, ids='garbage'), because it's never used. This is the genesis of many bugs in the past & present.

W({1:[2,3], 2:[3], 3:[2]}, ids="If you're reading this, something's up!")

It looks like it's never actually been plugged in anywhere. Back in 3ef349, it was added, but never used anywhere afaict?

This really needs to be cleaned up once and for all, I think.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions