예제 #1
0
def test_1():
    m.show_animation = False
    random.seed(12345)
    m.main(maxIter=10)
예제 #2
0
 def test1(self):
     m.show_animation = False
     m.main()
예제 #3
0
 def test1(self):
     m.show_animation = False
     m.main(maxIter=10)
 def test1(self):
     m.show_animation = False
     m.main(maxIter=10)