Skip to content

evaluate_t() passed NumPy array #701

@j-c-c

Description

@j-c-c

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().

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions