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
raiseValueError("Not normalized but would be normalized if order of the spheres were swapped. Check input.")
22
+
else:
23
+
print("When conditioning values for first sphere on second, normalization is not ensured. One reason may be that you are approximating a density on the entire sphere that is not symmetrical. You can try to increase tolerance.")
24
+
25
+
defmultiply(self, other):
26
+
assertnp.array_equal(self.grid, other.grid), "Can only multiply for equal grids."
27
+
print("Multiplication does not yield normalized result.")
0 commit comments