-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't workingcleanupexternRelating to external changesRelating to external changes
Description
There is currently a workaround to the finnuft dtype bug in Volume.load:
ASPIRE-Python/src/aspire/volume/volume.py
Lines 542 to 546 in a37d6ee
| # 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 workingSomething isn't workingcleanupexternRelating to external changesRelating to external changes