-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm unable to successfully run the examples of registration (pairwise and groupwise). The code seem to ask for a sampling attribute from numpy.ndarray which doesn't exist.
Line 146 in 1647f8f
| return Aarray(tmp, im.sampling) |
Due to the same issue the groupwise example seem to fail here. FieldDescription is automatically creating inconsistent sampling values that lead to error
pirt/pirt/deform/_deformfield.py
Line 137 in 1647f8f
| raise ValueError('Given reference field sampling does not match.') |
The only cheap hack I could come up with was to comment these lines, but I was wondering if there's a better fix
Metadata
Metadata
Assignees
Labels
No labels