We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ec094 commit 8e15b72Copy full SHA for 8e15b72
mantra/simplicial.py
@@ -48,7 +48,7 @@ def __init__(
48
self.manifold = manifold
49
root += f"/simplicial"
50
self.version = version
51
- self.url = f"https://github.com/aidos-lab/MANTRADataset/releases/download/{self.version}/{self.manifold}_manifolds.json.gz"
+ self.url = f"https://github.com/aidos-lab/MANTRADataset/releases/{self.version}/download/{self.manifold}_manifolds.json.gz"
52
super().__init__(root, transform, pre_transform, pre_filter)
53
self.load(self.processed_paths[0])
54
0 commit comments