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

code to convert an rdflib.Graph into a graph_tool.Graph #473

Merged
merged 3 commits into from
Mar 18, 2015

Conversation

joernhees
Copy link
Member

No description provided.

@joernhees joernhees added the enhancement New feature or request label Mar 15, 2015
@joernhees joernhees added this to the rdflib 4.2.1 milestone Mar 15, 2015
@joernhees joernhees self-assigned this Mar 15, 2015
@joernhees
Copy link
Member Author

currently fails due to an import error, as there is no pypi package for graph_tool it seems...
see https://git.skewed.de/count0/graph-tool/issues/208

@joernhees joernhees force-pushed the graphtool branch 2 times, most recently from c42a670 to 0b9a8fc Compare March 15, 2015 19:56
@joernhees
Copy link
Member Author

:( seem travis is still running on Ubuntu 12.04 LTS for which there aren't any graph_tool packages... i guess this just has to wait or be committed without running its tests for now :(
any feedback?

…lled)

networkx shouldn't be a dependency of rdflib just to run tests. Also
graph_tool heavily depends on C libs and can't easily be installed via pip
(or via apt-get on travis).
Hence, the doctests are duplicated into proper tests that auto skip if
networkx or graph_tool can't be imported.
joernhees added a commit that referenced this pull request Mar 18, 2015
code to convert an rdflib.Graph into a graph_tool.Graph
@joernhees joernhees merged commit 395a401 into RDFLib:master Mar 18, 2015
@joernhees joernhees deleted the graphtool branch March 18, 2015 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant