-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring your own data? #6
Comments
Hello @cthoyt and sorry for the long delay, I will be adding that portion of the tutorial in the README. At this time, you can see a long version in this jupyter notebook. I'll be trying to create a super-short version of it. |
It would be great if you could also show how to use existing networkx Graph objects. According to the documentation of your GeneralGraph class it should be easy to init it based on an existing nx graph (https://mathlab.github.io/GRAPE/_summaries/grape.general_graph.GeneralGraph.html). However there seems to be a missmatch between your tutorials and the documentation and I can't find out where this class is hidden in the current version. |
Hi @DaminK, the documentation you have linked has nothing to do with this project. Do join the discord if you need help getting started. |
My bad, thanks for your swift reply. However the naming seems really unfortunate to compete with another existing python package for processing graphs. |
Yes, but it's hardly possible (or desirable) to stop other developers to choose similar names for a project. The important thing in my opinion, for us, is that the python package on pip has a very clear name. |
I'm emulating a lazy reviewer by only reading the README - I'd much rather bring my own data than use something built in. It would be great to have a example on the README that shows how the data should look (i.e., file format) and also what code you need to use to embed that network
The text was updated successfully, but these errors were encountered: