예제 #1
0
파일: test_graphs.py 프로젝트: dsacc/pygsp
 def test_TwoMoons():
     G = graphs.TwoMoons()
     G2 = graphs.TwoMoons(moontype='synthetised')
예제 #2
0
 def test_twomoons(self):
     graphs.TwoMoons(moontype='standard')
     graphs.TwoMoons(moontype='synthesized')
예제 #3
0
        def test_TwoMoons():
            G = graphs.TwoMoons()
            G2 = graphs.TwoMoons(moontype='synthetised')
            needed_attributes_testing(G)

            needed_attributes_testing(G2)