Skip to content

Remove Volume.load dtype FINNUFT workaround #985

@j-c-c

Description

@j-c-c

There is currently a workaround to the finnuft dtype bug in Volume.load:

# FINUFFT work around
if loaded_data.dtype == np.float32:
loaded_data = loaded_data.astype(np.float32)
elif loaded_data.dtype == np.float64:
loaded_data = loaded_data.astype(np.float64)

This will need to be removed after the next finnuft release.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcleanupexternRelating to external changes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions