Skip to content

Commit 47a38ce

Browse files
committed
Fix Pickling Bug
1 parent 4a75c22 commit 47a38ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SplineEigen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ struct SplinePythonPickle : bp::pickle_suite
538538
VectorXd temp(p);
539539
for(int j =0; j < p ; j++)
540540
temp(j) = bp::extract<double>(tempv[j]);
541+
v.push_back(breakpoints(temp));
541542
}
542543

543544
//create c

0 commit comments

Comments
 (0)