Skip to content

Commit 8e15b72

Browse files
committed
Fixed download uri to get the latest dataset
version.
1 parent 70ec094 commit 8e15b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantra/simplicial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(
4848
self.manifold = manifold
4949
root += f"/simplicial"
5050
self.version = version
51-
self.url = f"https://github.com/aidos-lab/MANTRADataset/releases/download/{self.version}/{self.manifold}_manifolds.json.gz"
51+
self.url = f"https://github.com/aidos-lab/MANTRADataset/releases/{self.version}/download/{self.manifold}_manifolds.json.gz"
5252
super().__init__(root, transform, pre_transform, pre_filter)
5353
self.load(self.processed_paths[0])
5454

0 commit comments

Comments
 (0)