middle of refactor
This commit is contained in:
+5
-4
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import unittest
|
||||
from interplosion import baker
|
||||
from interplosion import grid
|
||||
|
||||
from interp import baker
|
||||
from interp import grid
|
||||
|
||||
import numpy as np
|
||||
import scipy.spatial
|
||||
@@ -28,8 +29,8 @@ class TestSequenceFunctions(unittest.TestCase):
|
||||
def testImports(self):
|
||||
import numpy
|
||||
import scipy
|
||||
import grid
|
||||
import baker
|
||||
import interp.grid
|
||||
import interp.baker
|
||||
|
||||
def testGetPhis(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user