yak shaving and whitespaces

This commit is contained in:
mzwiessele 2014-06-30 10:25:49 -07:00
parent b9e61b0ed1
commit 8a8818aa91
4 changed files with 35 additions and 34 deletions

View file

@ -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]: