I think I'm pretty much at 2b now
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
phase1 = Phase("Earth",
|
||||
"Mars",
|
||||
3600*24*365*1.5,
|
||||
3600*24*365*1.85,
|
||||
[1., 0.3, 0.],
|
||||
[3., 3., 0.])
|
||||
|
||||
@@ -18,8 +18,12 @@
|
||||
[2., 3.7416573867739413, 0.],
|
||||
[0.3, 1., 0.])
|
||||
|
||||
inner_loop(DateTime(2024,3,5), sc, [phase1, phase2], verbose=true, mbh_specs=(5,100))
|
||||
result = inner_loop(DateTime(2024,3,5),
|
||||
sc,
|
||||
[phase1, phase2],
|
||||
verbose=true,
|
||||
mbh_specs=(5,50,100))
|
||||
|
||||
@test true
|
||||
@test result == "One path did not converge"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user