Skip to content

Commit 865695b

Browse files
authored
Merge pull request #4 from klemengit/master
bugfix in sfmov import; basic import test added
2 parents d2c8116 + bffd635 commit 865695b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdypy/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
import pyuff as uff
88
import lvm_read as lvm
99
import pyMRAW as mraw
10-
from sfmov import sfmovcd
10+
from .sfmov import sfmov

tests/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def test_basic():
2-
assert True
1+
def test_import():
2+
from sdypy import io

0 commit comments

Comments
 (0)