aboutsummaryrefslogtreecommitdiff
path: root/gensvm
diff options
context:
space:
mode:
Diffstat (limited to 'gensvm')
-rw-r--r--gensvm/cython_wrapper/wrapper.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gensvm/cython_wrapper/wrapper.pyx b/gensvm/cython_wrapper/wrapper.pyx
index cdc54f2..3a85e92 100644
--- a/gensvm/cython_wrapper/wrapper.pyx
+++ b/gensvm/cython_wrapper/wrapper.pyx
@@ -264,7 +264,7 @@ def grid_wrap(
results['predictions'].append(pred.copy())
dur = np.zeros((n_folds, ), dtype=np.double)
copy_task_durations(tasks[ID], dur.data, n_folds)
- results['durations'].append(dur.copy())
+ results['durations'].append(dur)
gensvm_free_queue(queue)
free_data(data)