Open JasperVanDenBosch opened 5 years ago
AssertionError:
> /home/adf/vandejjf/Projects/pyGLMdenoise/glmdenoise/pyGlmdenoise.py(385)fit()
383 stackdesign = np.vstack(whitened_design)
384 modelfits = mtimesStack(olsmatrix(stackdesign), whitened_data)
--> 385 assert False
386 self.results['R2s'] = calccodStack(whitened_data, modelfits)
387 """ TO DO
ipdb> modelfits.shape
(8, 33979)
ipdb> whitened_data.shape
*** AttributeError: 'list' object has no attribute 'shape'
ipdb> len(whitened_data)
12
ipdb> stackdesign.shape
(1452, 8)
ipdb> whitened_design.shape
*** AttributeError: 'list' object has no attribute 'shape'
ipdb> len(whitened_design)
12
ipdb> whitened_design[0].shape
(121, 8)
ipdb> 121*2.5
302.5
ipdb>