From 4bdb8dfdb8d9bf34222aa9f9b1e0bf4be8a85ef9 Mon Sep 17 00:00:00 2001 From: ErnstRoell Date: Wed, 5 Jun 2024 20:59:00 +0200 Subject: [PATCH] Modified the dataset description. --- mantra/simplicial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantra/simplicial.py b/mantra/simplicial.py index 63e76ec..8a6d43d 100644 --- a/mantra/simplicial.py +++ b/mantra/simplicial.py @@ -1,5 +1,5 @@ """ -The dataset class for the Simplicial dataset. It consists of 2 and 3 manifolds +The dataset class for the manifolds. It consists of 2 and 3 manifolds along with the topological information. We follow the pytorch geometric conventions for the dataset. """