There is an "Unresolved attribute reference 'make_coordinate_slice' for class 'ImplicitRegistrator'" from the following line:
|
coordinate_tensor = self.make_coordinate_slice( |
Removing the self and importing make_coordinate_slice from general solves the issue.
Thank you very much for your great work!