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

            needed_attributes_testing(G2)