aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-07 15:39:12 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-07 15:39:12 +0200
commit3179373ad91245d8712c97be5add387d1b8e2304 (patch)
treea622b0d73a3b8306a2674a2a4d975700d7183dbc /src
parentrearrange and update setup.py (diff)
downloadpygensvm-3179373ad91245d8712c97be5add387d1b8e2304.tar.gz
pygensvm-3179373ad91245d8712c97be5add387d1b8e2304.zip
give the wrapper a better name
Diffstat (limited to 'src')
-rw-r--r--src/wrapper.pxd (renamed from src/pyx_gensvm.pxd)0
-rw-r--r--src/wrapper.pyx (renamed from src/pyx_gensvm.pyx)2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/pyx_gensvm.pxd b/src/wrapper.pxd
index be4d5f5..be4d5f5 100644
--- a/src/pyx_gensvm.pxd
+++ b/src/wrapper.pxd
diff --git a/src/pyx_gensvm.pyx b/src/wrapper.pyx
index 394d4ca..1d84b59 100644
--- a/src/pyx_gensvm.pyx
+++ b/src/wrapper.pyx
@@ -14,7 +14,7 @@ from __future__ import print_function
import numpy as np
cimport numpy as np
-cimport pyx_gensvm
+cimport wrapper
np.import_array()