fix error of wrong speed

This commit is contained in:
2024-09-08 09:15:10 +08:00
parent eef587ca52
commit c201220e04
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ class BetterOrbit(Orbit):
if __name__ == "__main__":
orbit = BetterOrbit()
loong = Loong(orbit, 224, mp.mpf("2.0"), mp.mpf("1e-8"))
loong = Loong(orbit, 224, mp.mpf("1.0"), mp.mpf("1e-8"))
res_list = []
for ti in np.arange(5, 10, 0.025):
print(f"calculating time_point={ti}", file=sys.stderr)