Skip to content

Commit 3375864

Browse files
committed
Update naming
1 parent a3ea902 commit 3375864

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/nfd_numpy/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from __future__ import absolute_import
2+
3+
from .nfd import nfd_ur_numpy, nfd_numpy
4+
5+
6+
__all__ = [
7+
'nfd_ur_numpy',
8+
'nfd_numpy'
9+
]

src/nfd_numpy/nfd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
from .nfd_solvers import nfd_ur_numpy, nfd_numpy
3+
from .solvers import nfd_ur_numpy, nfd_numpy
44

55

66
__all__ = [

0 commit comments

Comments
 (0)