From d8eec161ca4b023fd4f15adccd03dc2afbf71fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B8gaard?= Date: Wed, 20 Sep 2023 03:30:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Aske-Ros?= =?UTF-8?q?ted/graphnet@0c7175a464f2bd53fcef4b43e65d54c9e8b88a83=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/graphnet/data/dataset/dataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_modules/graphnet/data/dataset/dataset.html b/_modules/graphnet/data/dataset/dataset.html index f2ee86f4d..0d25df931 100644 --- a/_modules/graphnet/data/dataset/dataset.html +++ b/_modules/graphnet/data/dataset/dataset.html @@ -710,7 +710,7 @@

Source code for graphn @abstractmethod def _get_all_indices(self) -> List[int]: - """Return a list of all available values in `self._index_column`.""" + """Return a list of all unique values in `self._index_column`.""" @abstractmethod def _get_event_index(