Skip to content

Commit

Permalink
Add test of non-axisymmetric SCF potential's dynamical friction
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Apr 10, 2020
1 parent 27406e8 commit 10328aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_dynamfric.py
Expand Up @@ -181,6 +181,9 @@ def test_dynamfric_c():
potential.HomogeneousSpherePotential(normalize=0.02,R=82./8), # make sure to go to dens = 0 part,
potential.SCFPotential(Acos=numpy.array([[[1.]]]), # same as Hernquist
normalize=1.,a=3.5),
potential.SCFPotential(Acos=numpy.array([[[1.,0.],[.3,0.]]]), # nonaxi
Asin=numpy.array([[[0.,0.],[1e-1,0.]]]),
normalize=1.,a=3.5),
MWPotential3021,
McMillan17 # SCF + DiskSCF
]
Expand Down

0 comments on commit 10328aa

Please sign in to comment.