Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
# install pathpyG
RUN pip install -e .
84 changes: 42 additions & 42 deletions docs/tutorial/netzschleuder.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/pathpyG/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from pathpyG.io.netzschleuder import read_netzschleuder_graph, read_netzschleuder_record, list_netzschleuder_records
from pathpyG.io.graphtool import read_graphtool
from pathpyG.io.pandas import (
df_to_graph,
df_to_temporal_graph,
Expand Down
298 changes: 0 additions & 298 deletions src/pathpyG/io/graphtool.py

This file was deleted.

Loading
Loading