- [ ✔] I have searched the issues of this repo and believe that this is not a duplicate.
Issue

At the second block of code in the ‘EasyGraph-Hypergraph’ section, since the hyperedge (2,4) is a completely new edge, the actual output of print should be as follows:
hg.e: ([(0, 1, 2), (2, 3), (0, 4), (2, 4)], [1.0, 2.0, 1.0, 1.0], [{}, {}, {}, {}])