You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the optimise function I am getting the following error: dx, dy, dz, _ = np.mean(self.coord1 - self.coord2, axis=1) ValueError: operands could not be broadcast together with shapes (4,55) (4,67) I have also tried the get_tm utility function and I am encountering the same error.
The text was updated successfully, but these errors were encountered:
When running the optimise function I am getting the following error:
dx, dy, dz, _ = np.mean(self.coord1 - self.coord2, axis=1) ValueError: operands could not be broadcast together with shapes (4,55) (4,67)
I have also tried theget_tm
utility function and I am encountering the same error.The text was updated successfully, but these errors were encountered: