From 910d4214b38260fe0c7498a9c967c0c85b50d0f2 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Thu, 21 Jul 2016 11:56:49 -0700 Subject: [PATCH] remove extra import of unittest --- tests/mesh/test_interpolation.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/mesh/test_interpolation.py b/tests/mesh/test_interpolation.py index a6804950..5cfbf08d 100644 --- a/tests/mesh/test_interpolation.py +++ b/tests/mesh/test_interpolation.py @@ -2,8 +2,6 @@ import numpy as np import unittest from SimPEG.Utils import mkvc from SimPEG import Mesh, Tests -import unittest - MESHTYPES = ['uniformTensorMesh', 'randomTensorMesh'] TOLERANCES = [0.9, 0.5, 0.5]