Skip to content

Commit

Permalink
add test of Plummer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 15, 2015
1 parent 052592f commit 8ebf2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nose/test_actionAngle.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,8 @@ def test_actionAngleStaeckel_wSpherical_conserved_actions_c():
pp= potential.PowerSphericalPotential(normalize=1.)
lp2= potential.PowerSphericalPotential(normalize=1.,alpha=2.)
ppc= potential.PowerSphericalPotentialwCutoff(normalize=1.)
pots= [lp,hp,jp,np,ip,pp,lp2,ppc]
plp= potential.PlummerPotential(normalize=1.)
pots= [lp,hp,jp,np,ip,pp,lp2,ppc,plp]
for pot in pots:
aAS= actionAngleStaeckel(pot=pot,c=True,delta=0.01)
obs= Orbit([1.1, 0.3, 1.2, 0.2,0.5,2.])
Expand Down

0 comments on commit 8ebf2c4

Please sign in to comment.