TheoryInPractice / CONCUSS

Combatting Network Complexity Using Structural Sparsity
Other
8 stars 5 forks source link

Support basic patterns in testing with NetworkX #9

Closed bdsullivan closed 8 years ago

bdsullivan commented 9 years ago

Now that CONCUSS supports basic patterns, testing modules should adhere to (and support) same calling syntax. The only known issue is with nxCount.py, since NetworkX needs to ingest the pattern from a file. Add method for using CONCUSS to generate and store basic patterns to file and pass to NetworkX to complete testing support.