mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 16:35:52 +00:00
style: 🎨 Remove unused variable in c++ module
This commit is contained in:
Submodule src/cppmdlp updated: 35c532bf1d...13ebb43bf3
@@ -11,7 +11,6 @@ cdef extern from "../cppmdlp/CPPFImdlp.h" namespace "mdlp":
|
|||||||
vector[precision_t] getCutPoints()
|
vector[precision_t] getCutPoints()
|
||||||
string version()
|
string version()
|
||||||
|
|
||||||
|
|
||||||
cdef class CFImdlp:
|
cdef class CFImdlp:
|
||||||
cdef CPPFImdlp *thisptr
|
cdef CPPFImdlp *thisptr
|
||||||
def __cinit__(self, algorithm):
|
def __cinit__(self, algorithm):
|
||||||
@@ -25,4 +24,3 @@ cdef class CFImdlp:
|
|||||||
return self.thisptr.getCutPoints()
|
return self.thisptr.getCutPoints()
|
||||||
def get_version(self):
|
def get_version(self):
|
||||||
return self.thisptr.version()
|
return self.thisptr.version()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user