continued testing shenanigans
This commit is contained in:
parent
1ced6985fa
commit
309068ef71
|
@ -1,6 +1,6 @@
|
||||||
import os, player, tweepy, twitHandler, time, skillContests, random, itertools
|
import os, player, tweepy, twitHandler, time, skillContests, random, itertools
|
||||||
from attributes import normalDis
|
from attributes import normalDis
|
||||||
from hocTests import AttributeTest
|
from hocTests import AttributeTest, TestGame
|
||||||
from hocUtils import RinkGraph
|
from hocUtils import RinkGraph
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ if __name__ == "__main__":
|
||||||
# print(atr)
|
# print(atr)
|
||||||
# print("----------")
|
# print("----------")
|
||||||
|
|
||||||
g = RinkGraph(edgeFilename="defaultedges.nx")
|
g = TestGame()
|
||||||
g.getNodeDebug('25')
|
g.faceoffTest()
|
||||||
|
|
||||||
|
|
||||||
#twitter = twitHandler.TwitHandler()
|
#twitter = twitHandler.TwitHandler()
|
||||||
|
|
Loading…
Reference in a new issue