Alimi Qudirah
Alimi Qudirah
Hello! can I work on this?
@rossbar Can I work on what you have suggested?
> > Can I work on what you have suggested? > > Absolutely, please do! Just to be clear I go to the doc/readwrite/adjlist.rst and indicate a note under read_adjlist...
@dschult can I work on this?
That is understandable. Thanks for the reply On Tue, 18 Oct 2022 at 16:54, Dan Schult ***@***.***> wrote: > I think it would be fine to work on this --...
Isn't it just easier to specify explicitly which of the induced subgraphs? Either it is edge-induced or node-induced because that automatically separates anyone from thinking it is a monomorphism. I...
will get on this today.
@MridulS line 324 should be deleted right?
@MridulS @rossbar @jarrodmillman would these codes cover 350 and 351: ``` assert G.__contains__(None) == False assert G.__contains__('a') == False assert G.__contains__(()) == False assert G.__contains__((1,)) == False assert G.__contains__((1, 2,...
> Hi @dschult, I have made the simplification as you mentioned, thanks for the help. I am adding the tests and will submit the PR. Are you still working on...