From 743838d935bc7fd73a8d1d8cd45887c557a52c3c Mon Sep 17 00:00:00 2001 From: Hanno Spreeuw Date: Thu, 25 Jul 2024 15:01:49 +0200 Subject: [PATCH] 'TkAgg' caused CI build problems : ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running. This should fix that. --- marlpde/Evolve_scenario.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/marlpde/Evolve_scenario.py b/marlpde/Evolve_scenario.py index dba7bbf..dc9f794 100644 --- a/marlpde/Evolve_scenario.py +++ b/marlpde/Evolve_scenario.py @@ -5,8 +5,6 @@ from dataclasses import asdict import inspect import matplotlib.pyplot as plt -import matplotlib -matplotlib.use("TkAgg") import h5py from pde import CartesianGrid, ScalarField, FileStorage, LivePlotTracker from pde import DataTracker