Skip to content
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

Open
cthoyt opened this issue Oct 14, 2021 · 5 comments
Open

Bring your own data? #6

cthoyt opened this issue Oct 14, 2021 · 5 comments

Comments

@cthoyt
Copy link
Contributor

cthoyt commented Oct 14, 2021

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

@LucaCappelletti94
Copy link
Member

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.

@DaminK
Copy link

DaminK commented May 2, 2023

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.

@LucaCappelletti94
Copy link
Member

Hi @DaminK, the documentation you have linked has nothing to do with this project. Do join the discord if you need help getting started.

@DaminK
Copy link

DaminK commented May 2, 2023

My bad, thanks for your swift reply. However the naming seems really unfortunate to compete with another existing python package for processing graphs.

@LucaCappelletti94
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants