Skip to content

Commit

Permalink
normalize the special MN3 potentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Feb 9, 2015
1 parent 9d566df commit 333d4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nose/test_potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,11 +1504,11 @@ def __init__(self):
return None
class specialMN3ExponentialDiskPotentialPD(MN3ExponentialDiskPotential):
def __init__(self):
MN3ExponentialDiskPotential.__init__(self,amp=1.,posdens=True)
MN3ExponentialDiskPotential.__init__(self,normalize=1.,posdens=True)
return None
class specialMN3ExponentialDiskPotentialSECH(MN3ExponentialDiskPotential):
def __init__(self):
MN3ExponentialDiskPotential.__init__(self,amp=1.,sech=True)
MN3ExponentialDiskPotential.__init__(self,normalize=1.,sech=True)
return None
class mockInterpRZPotential(interpRZPotential):
def __init__(self):
Expand Down

0 comments on commit 333d4d3

Please sign in to comment.