-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
There are several instances of evaluate_t() being passed a NumPy array (which raises a warning). In particular:
| res = self.basis.evaluate_t(mean_b) |
| vol = self.basis.evaluate_t(vol) |
| coeffs_noise = self.basis.evaluate_t(imgs_noise.data) |
There may be other instances. This should be a quick PR enforcing the passing of Volume/Image into all instances of evaluate_t().
chris-langfield