Skip to content

Commit

Permalink
Test all potentials' orbit integration again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 29, 2016
1 parent cc2485f commit a6ca493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nose/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def test_energy_jacobi_conservation():
jactol['mockSlowFlatSteadyLogSpiralPotential']= -8. #these are more difficult (and also not quite conserved)
firstTest= True
for p in pots:
if not 'DiskSCF' in p and not p == 'NFWPotential': continue
print(p)
#Setup instance of potential
if p in list(tol.keys()): ttol= tol[p]
else: ttol= tol['default']
Expand Down

0 comments on commit a6ca493

Please sign in to comment.