We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08859a8 commit 6a164e6Copy full SHA for 6a164e6
1 file changed
tests/conftest.py
@@ -2,8 +2,11 @@
2
from pathlib import Path
3
4
import eeweather.cache as ec
5
+import matplotlib as mpl
6
import pytest
7
8
+mpl.use("Agg") # Use non-interactive backend for testing
9
+
10
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
11
from utils.post_process import generate_cvrmse_comparison_plot
12
0 commit comments