mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
import reduce from functools for Py3 compat
This commit is contained in:
parent
a6e28205e1
commit
1c6796e73d
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
import numpy
|
||||
from numpy.lib.function_base import vectorize
|
||||
from .lists_and_dicts import IntArrayDict
|
||||
from functools import reduce
|
||||
|
||||
def extract_properties_to_index(index, props):
|
||||
prop_index = dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue