Commit 46d97ac4b548a0ea7170751c5c2827000c26be6b

Authored by Anthex
1 parent a862e105

remove useless comment

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
@@ -39,13 +39,6 @@ def main(args): @@ -39,13 +39,6 @@ def main(args):
39 39
40 #### Markov #### 40 #### Markov ####
41 MM = MarkovModel(Tf) 41 MM = MarkovModel(Tf)
42 - """  
43 - for a in range(0,3):  
44 - for b in range(0,3):  
45 - d = Location(Tf[a][b].location.x, Tf[a][b].location.y)  
46 - print(d.toString())  
47 - print(d.getPositionInArray())  
48 - """  
49 MM.path([8,7,8,7,8,7,8,5,8,2,9,8,1,9,8,9]) 42 MM.path([8,7,8,7,8,7,8,5,8,2,9,8,1,9,8,9])
50 43
51 MM.printValues() 44 MM.printValues()