Skip to content

Commit

Permalink
Fix weird quituplication of a function
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 24, 2023
1 parent 05f9000 commit 0de0611
Showing 1 changed file with 0 additions and 99 deletions.
99 changes: 0 additions & 99 deletions galpy/df/diskdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1705,105 +1705,6 @@ def _estimatemeanvR(self, R, phi=0.0, log=False):
"""
return 0.0

def _estimatemeanvR(self, R, phi=0.0, log=False):
"""
Quickly estimate the mean radial velocity at a given radius.
Parameters
----------
R : float
Radius at which to evaluate the mean radial velocity (/ro).
phi : float, optional
Azimuth angle (not used).
log : bool, optional
If True, return the logarithm of the target Sigma_R^2(R) (default: False).
Returns
-------
float
The estimated mean radial velocity.
Notes
-----
- 2010-03-28 - Written - Bovy (NYU)
"""
return 0.0

def _estimatemeanvR(self, R, phi=0.0, log=False):
"""
Quickly estimate the mean radial velocity at a given radius.
Parameters
----------
R : float
Radius at which to evaluate the mean radial velocity. Given in natural units (/ro).
phi : float, optional
Azimuth angle. Not used.
log : bool, optional
If True, return the logarithm of the target Sigma_R^2(R). Default is False.
Returns
-------
float
The estimated mean radial velocity.
Notes
-----
- 2010-03-28 - Written - Bovy (NYU)
"""
return 0.0

def _estimatemeanvR(self, R, phi=0.0, log=False):
"""
Quickly estimate the mean radial velocity at a given radius R.
Parameters
----------
R : float
Radius at which to evaluate the mean radial velocity. [galpy units]
phi : float, optional
Azimuth angle. Not used. (default: 0.0)
log : bool, optional
If True, return the logarithm of the target Sigma_R^2(R). (default: False)
Returns
-------
float
The estimated mean radial velocity at the given radius R.
Notes
-----
- 2010-03-28 - Written - Bovy (NYU)
"""
return 0.0

def _estimatemeanvR(self, R, phi=0.0, log=False):
"""
Quickly estimate the mean radial velocity at a given radius.
Parameters
----------
R : float
Radius at which to evaluate the mean radial velocity (/ro).
phi : float, optional
Azimuth angle (not used).
log : bool, optional
If True, return the logarithm of the target Sigma_R^2(R) (default: False).
Returns
-------
float
The estimated mean radial velocity.
Notes
-----
- 2010-03-28 - Written - Bovy (NYU)
"""
return 0.0

def _estimatemeanvT(self, R, phi=0.0, log=False):
"""
Quickly estimate the mean tangential velocity at a given radius.
Expand Down

0 comments on commit 0de0611

Please sign in to comment.