Skip to content

Commit 3cd8233

Browse files
committed
The previous commit raised a build problem: E ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
1 parent def3cb0 commit 3cd8233

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

marlpde/Evolve_scenario.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from dataclasses import asdict
66
import inspect
77
import matplotlib.pyplot as plt
8-
import matplotlib
9-
matplotlib.use("TkAgg")
108
import h5py
119
from pde import CartesianGrid, ScalarField, FileStorage, LivePlotTracker
1210
from pde import DataTracker

0 commit comments

Comments
 (0)