From 309068ef711532b309c1c7e0e71bd63be247612b Mon Sep 17 00:00:00 2001 From: Sakimori Date: Tue, 11 Jan 2022 13:50:30 -0500 Subject: [PATCH] continued testing shenanigans --- SimHoc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SimHoc.py b/SimHoc.py index 4ce2c84..e977967 100644 --- a/SimHoc.py +++ b/SimHoc.py @@ -1,6 +1,6 @@ import os, player, tweepy, twitHandler, time, skillContests, random, itertools from attributes import normalDis -from hocTests import AttributeTest +from hocTests import AttributeTest, TestGame from hocUtils import RinkGraph @@ -14,8 +14,8 @@ if __name__ == "__main__": # print(atr) # print("----------") - g = RinkGraph(edgeFilename="defaultedges.nx") - g.getNodeDebug('25') + g = TestGame() + g.faceoffTest() #twitter = twitHandler.TwitHandler()