Fix new window on each test

This commit is contained in:
Andras Schmelczer 2022-05-25 22:52:25 +02:00
parent 75614f9022
commit fbab858d76
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E

View file

@ -1,6 +1,10 @@
import unittest
from pathlib import Path
import matplotlib
matplotlib.use("Agg") # don't show a window for each test
from src.great_ai.utilities.evaluate_ranking import evaluate_ranking