mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
import reduce from functools for py3 compatibility
This commit is contained in:
parent
b4ad1b2d73
commit
58225c0188
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import numpy as np
|
|||
import re
|
||||
import logging
|
||||
from .updateable import Updateable
|
||||
from functools import reduce
|
||||
|
||||
class HierarchyError(Exception):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue