コード例 #1
0
ファイル: test_graphs.py プロジェクト: dsacc/pygsp
 def test_Sphere():
     G = graphs.Sphere()
コード例 #2
0
ファイル: test_graphs.py プロジェクト: andromeda0505/pygsp
 def test_sphere(self):
     graphs.Sphere()
コード例 #3
0
ファイル: test_plotting.py プロジェクト: dsacc/pygsp
 def test_Sphere():
     G = graphs.Sphere()
     needed_attributes_testing(G)