Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gilman committed Nov 6, 2024
1 parent ef89570 commit 0d6c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_halos/test_globular_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_mass(self):
args, 1)
profile_args = profile.profile_args
rho0 = profile_args['rho0']
r_core = profile_args['r_core_arcsec']
r_core = profile_args['r_core_kpc']
r_max = profile_args['gc_size']
gamma = profile_args['gamma']
total_mass = profile._prof.mass_3d(r_max, rho0, r_core, gamma)
Expand Down

0 comments on commit 0d6c98c

Please sign in to comment.