Skip to content

Commit dd9dee1

Browse files
committed
Merge remote-tracking branch 'origin/main' into 14-bug-cannot-reshape-array
2 parents 05085ab + 19dbc21 commit dd9dee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_plots.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
from iglu_python.extension.plots import plot_daily, plot_statistics
1212
from iglu_python import load_libre
1313

14+
import matplotlib
15+
matplotlib.use('Agg')
1416

1517
@pytest.fixture(scope="module")
1618
def sample_cgm_data():

0 commit comments

Comments
 (0)