コード例 #1
0
ファイル: test_graphs.py プロジェクト: dsacc/pygsp
 def test_TwoMoons():
     G = graphs.TwoMoons()
     G2 = graphs.TwoMoons(moontype='synthetised')
コード例 #2
0
ファイル: test_graphs.py プロジェクト: andromeda0505/pygsp
 def test_twomoons(self):
     graphs.TwoMoons(moontype='standard')
     graphs.TwoMoons(moontype='synthesized')
コード例 #3
0
ファイル: test_plotting.py プロジェクト: dsacc/pygsp
        def test_TwoMoons():
            G = graphs.TwoMoons()
            G2 = graphs.TwoMoons(moontype='synthetised')
            needed_attributes_testing(G)

            needed_attributes_testing(G2)