pymnet icon indicating copy to clipboard operation
pymnet copied to clipboard

The original library for analysing multilayer networks. https://mnets.github.io/pymnet/

Results 14 pymnet issues
Sort by recently updated
recently updated
newest added

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

documentation
enhancement

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...

enhancement

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)...

enhancement

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...