Skip to content

Commit

Permalink
Merge pull request #674 from unoebauer/plt_quickfix
Browse files Browse the repository at this point in the history
Change matplotlib backend - fix test_integration remote plotting issue
  • Loading branch information
yeganer authored Nov 28, 2016
2 parents ae42530 + 1eaa12b commit 8c922ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis/tests/integration_tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import yaml
import pytest
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt
from numpy.testing import assert_allclose
from astropy.tests.helper import assert_quantity_allclose
Expand Down

0 comments on commit 8c922ab

Please sign in to comment.