mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-23 15:48:09 +02:00
yak shaving and whitespaces
This commit is contained in:
parent
b9e61b0ed1
commit
8a8818aa91
4 changed files with 35 additions and 34 deletions
|
|
@ -230,7 +230,7 @@ class VarDTCMissingData(LatentFunctionInference):
|
|||
size = len(csa)
|
||||
for i, (v,ind) in enumerate(csa.iteritems()):
|
||||
if not np.all(v):
|
||||
logger.info('preparing subarrays {:.3%}'.format((i+1.)/size))
|
||||
logger.info('preparing subarrays {:3.3%}'.format((i+1.)/size))
|
||||
v = ~np.array(v, dtype=bool)
|
||||
ind = np.array(ind, dtype=int)
|
||||
if ind.size == Y.shape[1]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue