diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 888afa27..bbdeae95 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -14,5 +14,5 @@ RUN pip install torch==2.4.1+cu121 --index-url https://download.pytorch.org/whl/ RUN pip install torch_geometric>=2.5.0 RUN pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.4.0+cu121.html -# install pathpy -RUN pip install -e '.[dev,test,doc,vis]' \ No newline at end of file +# install pathpyG +RUN pip install -e . \ No newline at end of file diff --git a/docs/tutorial/netzschleuder.ipynb b/docs/tutorial/netzschleuder.ipynb index 3ec56bd1..049d0f56 100644 --- a/docs/tutorial/netzschleuder.ipynb +++ b/docs/tutorial/netzschleuder.ipynb @@ -40,7 +40,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 29, "metadata": {}, "outputs": [], "source": [ @@ -60,7 +60,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -81,14 +81,14 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 31, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Undirected graph with 105 nodes and 882 (directed) edges\n", + "Undirected graph with 105 nodes and 441 edges\n", "{ 'Edge Attributes': {},\n", " 'Graph Attributes': { 'analyses_average_degree': \"\",\n", " 'analyses_degree_assortativity': \"\",\n", @@ -114,7 +114,7 @@ } ], "source": [ - "g = pp.io.read_netzschleuder_graph('polbooks')\n", + "g = pp.io.read_netzschleuder_graph(name='polbooks')\n", "print(g)" ] }, @@ -127,7 +127,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -161,7 +161,7 @@ "\n", "\n", "\n", - "
\n", + "
\n", "\n", "\n", "\n", "\n", "