mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
reduce fix for Python 3
This commit is contained in:
parent
1c6cfe2d81
commit
6b1e20027a
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
from ..core.parameterization.observable import Observable
|
||||
import collections, weakref
|
||||
from functools import reduce
|
||||
|
||||
class Cacher(object):
|
||||
def __init__(self, operation, limit=5, ignore_args=(), force_kwargs=()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue