pymnet
pymnet copied to clipboard
The original library for analysing multilayer networks. https://mnets.github.io/pymnet/
Not necessary for this review, but in the future, it could be useful to standardize the docstrings. One example of a standard is [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html). https://github.com/openjournals/joss-reviews/issues/6930
This is certainly not essential to this review, but for greater consistency (in the future), I would choose snakecase or camelcase and stick with it. Right now, there is a...
Goal: Run cell-by-cell output comparisons against pre-run notebooks as part of our GitHub-CI unit-test suite. Background/resources: - [XGI workflow example](https://github.com/xgi-org/xgi/blob/main/.github/workflows/test.yml) (uses pytest and conversion to scripts) - [Our test stub](https://github.com/mnets/pymnet/blob/master/pymnet/tests/tutorial_test.py)...
It would be great if this package were better covered. There are one or two modules with very little test coverage, which would be low-hanging fruit to improve coverage. In...