mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-11 11:26:01 +08:00
Tests octree order
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ class OrderTest(unittest.TestCase):
|
||||
def function(xc):
|
||||
r = xc - np.array([0.5]*len(xc))
|
||||
dist = np.sqrt(r.dot(r))
|
||||
if dist < 0.3:
|
||||
if dist < 0.2:
|
||||
return levels
|
||||
return levels-1
|
||||
self.M.refine(function,balance=False)
|
||||
|
||||
Reference in New Issue
Block a user