Paul Brodersen
Paul Brodersen
Hi @clara-moy, thanks for the quick response, that was very helpful, and I think that both classes are a good addition. However, having looked at your code a little bit...
Thanks, I am actually in the process of hunting down all warnings as part of the next major release, so this is very helpful. If you let me know your...
Sorry for the late reply. I am on vacation at the moment, and only check in sporadically. Netgraph doesn't support other linestyles at the moment, and it would be non-trivial...
Hi, thanks for raising the issue. This is clearly not the intended behaviour. I think there are two things happening here. 1. The attractive force acting along the edges isn't...
> Border frames...not so useful? Is there a chance the frame could be disabled and avoid this node-size/spring-constant iteration? Border frames are quite useful in other cases but I do...
The test environment `test / base (ubuntu, 3.12-dev) (pull_request)` does not seem to have numpy installed. Not sure how to address that.
@dschult Thanks, that was very helpful. > after including any feedback you might add in comments below > [P]ut the import statements inside the functions which use them. That delays...
I added some documentation, namely the sphinx `automodule` and `autosummary` entries to `generators.rst`. However, due to one of the issues linked above, I can't currently build the documentation to test...
I finished making changes to the documentation. Locally, everything looks fine now. I am unsure why some of the checks in `coverage / report` are failing as they seem unrelated...
> can you please make the keyword arguments "keyword only" by adding a *, between the positional arguments and the keyword arguments? @dschult Done. Didn't know about this bit of...