mnets / pymnet

The original library for analyzing multilayer networks.
https://mnets.github.io/pymnet/
GNU General Public License v3.0
118 stars 24 forks source link

[REVIEW]: Typo in docstring of `pymnet.read_ucinet` #31

Closed pitmonticone closed 3 weeks ago

pitmonticone commented 3 weeks ago

There is a typo here.

The paragraph can be fixed as follows:

Currently, the network is assumed to be unweighted and, if the input file contains a directed network, an undirected one is returned anyway. The directions are removed in a way that i and j are connected if there is either link i->j or j->i (or both).