Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #116 from mehdidc/label_str_problem
Browse files Browse the repository at this point in the history
fix exception when dataframe labels are unicode instead of str
  • Loading branch information
jcrudy committed Jun 6, 2016
2 parents 5e3c4be + 648f92b commit a416afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyearth/_basis.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cdef class ConstantBasisFunction(RootBasisFunction):

cdef class VariableBasisFunction(BasisFunction):
cdef INDEX_t variable
cdef str label
cdef label

cpdef INDEX_t degree(VariableBasisFunction self)

Expand Down

0 comments on commit a416afc

Please sign in to comment.