From 701c1e1cd2068268c2de41840b95f6b2cfe5cc56 Mon Sep 17 00:00:00 2001 From: Frozenmad Date: Mon, 8 Nov 2021 07:55:04 +0000 Subject: [PATCH] add todo list --- test/nas/node_classification.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/nas/node_classification.py b/test/nas/node_classification.py index 93a0554..e523e3d 100644 --- a/test/nas/node_classification.py +++ b/test/nas/node_classification.py @@ -3,6 +3,8 @@ Test file for nas on node classification AUTOGL_BACKEND=pyg python test/nas/node_classification.py AUTOGL_BACKEND=dgl python test/nas/node_classification.py + +TODO: make it a unit test file to test all the possible combinations """ import os