Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 438 Bytes

File metadata and controls

33 lines (22 loc) · 438 Bytes

Mapping flows on hypergraphs

Requirements

Requirements are specified in the included Pipfile:

  • Python 3.8
  • Infomap Python package 1.3.0

Install with pipenv:

pipenv install

Running

Main entrypoint is in hypergraph/main.py.

Activate the environment with

pipenv shell

Then, run the code

python -m hypergraph --help

See the Makefile for example usage.

Author

Anton Eriksson