Refactor and reformat

This commit is contained in:
Andras Schmelczer 2022-06-25 11:06:04 +02:00
parent e96aa553fe
commit 750ba7b0d4
23 changed files with 122 additions and 71 deletions

View file

@ -5,7 +5,7 @@ import matplotlib
matplotlib.use("Agg") # don't show a window for each test
from src.great_ai.utilities.evaluate_ranking import evaluate_ranking
from src.great_ai.utilities import evaluate_ranking
class TestEvaluateRanking(unittest.TestCase):