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

@ -1,6 +1,6 @@
import unittest
from src.great_ai.utilities.parallel_map import parallel_map
from src.great_ai.utilities import parallel_map
COUNT = int(1e5) + 3