Tamás Nepusz

Results 691 comments of Tamás Nepusz

Either add `printf` statements to the tests if that's convenient for you and run it manually from the command line (the test should be built in `test/test_igraph_steiner_tree_...` in the build...

Resolved the conflicts with the upstream `develop` branch, FYI. I haven't checked the PR thoroughly yet so this is _not_ a full review, but one thing that surely needs to...

Okay, go ahead but keep the old version as an alias, pending removal in 0.11.

> How about having two versions? `igraph_rng_sample_xxx()` take an RNG as a parameter while `igraph_sample_xxx()` use the default. That sounds good to me.

`examples/tests` is no more, all the relevant files are now in `tests/unit`

I went through the files in `examples/simple` and moved those that were not explicitly referenced from the docs to `tests/unit`. I don't know when I will have time to continue...

Phew, I started thinking about this, but I had to realize that this is going to be pretty subjective. I propose sorting the `.c` files in `examples/simple` by size in...

Thanks for your interest in this issue! Yes, this is still something that needs to be done; @GroteGnoom was working on tidying up the examples in PR #2175, so please...

The requirements for Python and R are a bit different I think. In Python, the plots are shown in a separate square-shaped window by default so there is no need...