Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Improve partial diagrams algo (#116)
* Improves performance of `diagrams.generate_partial_diagrams` by efficiently filtering out invalid edges that do not span all nodes in the kinetic diagram. For small diagrams the performance benefit is null, but for more complex diagrams (e.g., the 8-state model of EmrE), there is a statistically significant performance increase. * Fixes #22
- Loading branch information