summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorHind <hind.montassif@gmail.com>2021-04-15 09:46:27 +0200
committerHind <hind.montassif@gmail.com>2021-04-15 09:46:27 +0200
commit0e11a3a2232770b0526918d2b543848abd092254 (patch)
treefa99c1079938185419d6ff387d7c774d3d671ecc /src/python/gudhi/simplex_tree.pyx
parent7e05e915adc1be285e04eb00d3ab7ba1b797f38d (diff)
Set Cython language level to remove warning
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index d7991417..be08a3a1 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -11,7 +11,7 @@ from cython.operator import dereference, preincrement
from libc.stdint cimport intptr_t
import numpy
from numpy import array as np_array
-cimport simplex_tree
+cimport gudhi.simplex_tree
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"