Changed
- cleaned up DiNetwork class.
- cleaned up basic rearrangement methods.
- cleaned up isomorphism testing.
- cleand up checking for classes, including some cherry-picking methods.
Added
- Migrated messy old code to this repo.
- Automorphism count: count_automorphisms.
- tests for DiNetwork, network classes, rearrangement moves, isomorphism checking, mcmc network generation.
- configuration of pytest with --cov.