Skip to content

Commit 5767c53

Browse files
authored
211 improve interface to graphtool and netzschleuder, fixes #211 (#289)
* removed graphtool parser * simplified netzschleuder code * updated Dockerfile * updated tutorial * improved formatting and exception handling
1 parent 2ad1cf8 commit 5767c53

5 files changed

Lines changed: 114 additions & 438 deletions

File tree

.github/workflows/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ RUN pip install torch==2.4.1+cu121 --index-url https://download.pytorch.org/whl/
1414
RUN pip install torch_geometric>=2.5.0
1515
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
1616

17-
# install pathpy
18-
RUN pip install -e '.[dev,test,doc,vis]'
17+
# install pathpyG
18+
RUN pip install -e .

docs/tutorial/netzschleuder.ipynb

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

src/pathpyG/io/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from pathpyG.io.netzschleuder import read_netzschleuder_graph, read_netzschleuder_record, list_netzschleuder_records
2-
from pathpyG.io.graphtool import read_graphtool
32
from pathpyG.io.pandas import (
43
df_to_graph,
54
df_to_temporal_graph,

src/pathpyG/io/graphtool.py

Lines changed: 0 additions & 298 deletions
This file was deleted.

0 commit comments

Comments
 (0)