More experimentation

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-03 21:46:35 +02:00
parent c01d55d291
commit c11880483d
43 changed files with 749 additions and 496 deletions

View file

@ -1,7 +1,7 @@
import unittest
from pathlib import Path
from src.sus.evaluate_ranking import evaluate_ranking
from src.good_ai.utilities.evaluate_ranking import evaluate_ranking
class TestEvaluateRanking(unittest.TestCase):