Skip to content

Commit 8c369bb

Browse files
committed
Add hexagonal mesh
1 parent a9a107c commit 8c369bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hexagonal_mesh_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import print_function
22
import numpy as np
33
from math import sqrt
4-
from .hexagonal_mesh import HexagonalMesh
4+
from fidimag.atomistic.hexagonal_mesh import HexagonalMesh
55

66

77
def allclose(a, b):

0 commit comments

Comments
 (0)