Skip to content

Commit

Permalink
correct the matplotlib backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 17, 2024
1 parent cbf123d commit 4686626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import matplotlib

matplotlib.use("TkAgg")
matplotlib.use("Agg")
from typing import List, Dict

import numpy as np
Expand Down

0 comments on commit 4686626

Please sign in to comment.