Vincent Traag

Results 160 comments of Vincent Traag

> This seems to have been invented by the community anyway as I have never advocated abbreviating igraph as ig anywhere I've been probably just imitating what is done for...

If we use our own code generator Stimulus, we might be able to provide type hints directly in the generated code. That way we wouldn't need additional tools to generate...

The function presumably checks the internal integer representation of the graph. Two graphs are considered identical if and only if the integer representations match exactly. Two graphs can also be...

Yes, the documentation should be clarified regardless. There are several distinct notions of "identical" or "same" graph. The `identical_graphs` is very strict, in the sense that the edge ordering also...

> Requiring _ordered_ edge lists to be the same is not particularly useful in math, but may occasionally be useful when programming. Typically this is not useful indeed. However, when...

> E.g., there may be two graphs where the edge lists, when written in terms of vertex _names_, look identical. However, the vertex lists are ordered differently. If I understand...

You are running this on a Jupyter notebook with an R kernel, correct? Do you also hit the same problem when running directly from R? How did you install `igraph`...

@cartercompbio, I have tried to create an environment based on the `r-bio.yaml` file that you supplied, but unfortunately that is taking too long. Could you please supply a minimal environment...

I'll leave it up to you, it's difficult to assess whether it points to an actual bug somewhere or whether it's just some misconfiguration in databug. If you have time,...

Cairo is also the lower level drawing interface, so there it makes sense that you setup your own coordinate system for drawing. Perhaps it even has direct support for custom...