hetio / xswap

Python library (C++ backend) for degree-preserving network randomization
https://hetio.github.io/xswap/
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

Update README (example and image) #13

Closed zietzm closed 5 years ago

dhimmel commented 5 years ago

Looks good. Should we also update the style of the reference to Manubot style:

1. **Randomization Techniques for Graphs**  
Sami Hanhijärvi, Gemma C. Garriga, Kai Puolamäki  
*Proceedings of the 2009 SIAM International Conference on Data Mining* (2009-04-30) <https://doi.org/f3mn58>  
DOI: [10.1137/1.9781611972795.67](https://doi.org/10.1137/1.9781611972795.67)
zietzm commented 5 years ago

Done. Just wondering, do you know why Travis does not run a PR build here? https://travis-ci.com/zietzm/xswap/builds runs builds but https://travis-ci.com/hetio/xswap does not start.

dhimmel commented 5 years ago

Hm seems like builds are occurring at https://travis-ci.com/hetio/xswap/builds. I am not sure https://travis-ci.com/zietzm/xswap/ should be enabled at all, because you can have all builds occur via PRs.