Skip to content

fixed a mistake in the format of Superpose3D() return value

Compare
Choose a tag to compare
@jewettaij jewettaij released this 27 Jan 00:13
· 37 commits to master since this release

The first entry in the output of Superpose3D() is now a number instead of a rank-0 tensor. The previous behavior (rank-0 tensor) was a mistake which my automated tests failed to catch. Changing this might break backward compatibility for some users, but this new behavior is simpler and is consistent with the documentation.