Skip to content

Commit

Permalink
remove agg
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed May 27, 2024
1 parent 7919f52 commit 76690d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions emodel_generalisation/adaptation.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
from emodel_generalisation.utils import FEATURE_FILTER
from emodel_generalisation.utils import get_scores

matplotlib.use("Agg")


def get_scales(scales_params, with_unity=False):
"""Create scale array from parameters."""
Expand Down
2 changes: 0 additions & 2 deletions emodel_generalisation/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@

# pylint: disable=too-many-lines,too-many-locals

matplotlib.use("Agg")


class MarkovChain:
"""Class to setup and run a markov chain on emodel parameter space."""
Expand Down

0 comments on commit 76690d2

Please sign in to comment.