Hi @twmitchel,
Thanks for open-sourcing this amazing work.
I am trying your code on my own dataset of high-res meshes, but while applying the pre-transform functions, the computeLogXport() gives foll. error:
RuntimeError: checkFinite() failure: Non-finite matrix entry [176441,176441] = -nan
I tried to visualize the VH method on the mesh, and it looks like:

The transport is not happening across the complete mesh.
Do you have any idea why this is happening or a solution for this?
Thanks.