unna97
unna97
@MridulS @rossbar @dschult This is my first time creating a .md file from .ipynb. There are interactive visualizations in the notebook, is that okay?
@rossbar Thank you for the feedback. I created interactive maps using folium for demonstration of four colour map theorem. I think that would be the biggest file. Would you like...
@MridulS I used four-colour map with an Indian map as an example of the application of colouring algorithms in #80. Is this the kind of example you are looking for?
@MridulS I will be working to implement decay centrality: https://www.centiserver.org/centrality/Decay_Centrality/ Is that okay?
@dschult thank you for the suggestions! I did think about it putting as a function but couldn't figure out the module to put it in. I will shift it to...
@dschult Can you help figure out why this is failing? It doesn't fail on my local system. Is it maybe because I used pytest exact instead of approx?
Thank you, @dschult. Is there a way to automate the docstring formatting? To do tasks: - [x] Add tests for weighted graphs - [x] Change exact check for tests to...
@dschult Will this pull request be reviewed?
@dschult Thanks for the feedback, I will work on this. Could you maybe point to tests in function style (if they are already present)?
- [x] Allow set of nodes and change doc accordingly - [x] add tests for edge cases and exception - [x] Change tests from class to function - [x] Doc...