From 1bdf429c245f925beebf6bd7da7a0fd59d76e540 Mon Sep 17 00:00:00 2001 From: Zhong Hui Date: Thu, 2 Jul 2020 01:04:15 +0800 Subject: [PATCH] fix typo --- pgl/tests/test_graph_saint_sample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgl/tests/test_graph_saint_sample.py b/pgl/tests/test_graph_saint_sample.py index cf188a6..bdfd6df 100644 --- a/pgl/tests/test_graph_saint_sample.py +++ b/pgl/tests/test_graph_saint_sample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ from pgl.sample import graph_saint_random_walk_sample class GraphSaintSampleTest(unittest.TestCase): - """ScatterAddTest""" + """GraphSaintSampleTest""" def test_randomwalk_sampler(self): """test_scatter_add""" -- GitLab