Remove old print.
This commit is contained in:
parent
0acb51ca97
commit
b881bf9ce4
@ -63,7 +63,6 @@ class Solver(BaseSolver):
|
|||||||
(x, y, z), (vx, vy, vz), positions[i1], velocities[i1]
|
(x, y, z), (vx, vy, vz), positions[i1], velocities[i1]
|
||||||
):
|
):
|
||||||
equations.append(p + ti * d - pi - ti * di)
|
equations.append(p + ti * d - pi - ti * di)
|
||||||
print(equations)
|
|
||||||
|
|
||||||
r = solve(equations, [x, y, z, vx, vy, vz] + list(ts), dict=True)[0]
|
r = solve(equations, [x, y, z, vx, vy, vz] + list(ts), dict=True)[0]
|
||||||
yield r[x] + r[y] + r[z]
|
yield r[x] + r[y] + r[z]
|
||||||
|
Loading…
Reference in New Issue
Block a user