Skip to content
Snippets Groups Projects
Commit 3ee43917 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Set backend to 'Agg'.

parent 0a96ce8b
No related branches found
No related tags found
No related merge requests found
"""test_rdesigneur.py: """test_rdesigneur.py:
""" """
__author__ = "Dilawar Singh" __author__ = "Dilawar Singh"
...@@ -11,8 +10,9 @@ __status__ = "Development" ...@@ -11,8 +10,9 @@ __status__ = "Development"
import sys import sys
import os import os
import matplotlib as mpl import matplotlib
mpl.use('Agg') matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np import numpy as np
import moose import moose
import rdesigneur as rd import rdesigneur as rd
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment