propper_motion_distance

9 views
Skip to first unread message

Craig Copi

unread,
Apr 25, 2011, 8:32:04 PM4/25/11
to CosmoloPy-devel
In distance.py there is the function definition
def propper_motion_distance(**args):
"""Returns comoving_distance_transverse."""
return comoving_distance_transverse(z, **cosmo)

Besides the extra "p" in proper the function cannot work. I presume
what was intended was
def proper_motion_distance(z, **cosmo):
"""Returns comoving_distance_transverse."""
return comoving_distance_transverse(z, **cosmo)

Roban

unread,
Apr 26, 2011, 5:59:51 AM4/26/11
to CosmoloPy-devel
Thanks very much for the bug report. The name and code are fixed in
the version tagged "0.1.102" available on pypi or github.
Reply all
Reply to author
Forward
0 new messages