From 0d6c98c85b9ef8a10282ab8f2d6814fa2c2a4a2b Mon Sep 17 00:00:00 2001 From: Daniel Gilman Date: Wed, 6 Nov 2024 13:39:51 -0600 Subject: [PATCH] update --- tests/test_halos/test_globular_clusters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_halos/test_globular_clusters.py b/tests/test_halos/test_globular_clusters.py index 5d9f5d1..dc6ed86 100644 --- a/tests/test_halos/test_globular_clusters.py +++ b/tests/test_halos/test_globular_clusters.py @@ -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)