Closed GoogleGeoff closed 2 years ago
Thanks Geoff for pointing this out. It seems the issue was caused by the way the shape
property of a geometry
object was generated. In the CL you proposed this has been taken care of, more specifically in
https://github.com/google-research/ott/commit/04d089f45154cbc50a13c994bcf07e5e9e78bb5f
Thanks!
If I do the following:
I get the exception below:
...
If, instead, I use jnp.zeros above, everything works as expected.