From e9de5a1109c63c3ca7c354d73ad214310b6347d9 Mon Sep 17 00:00:00 2001
From: Jack Heinzel <jack.heinzel@ligo.org>
Date: Mon, 1 Nov 2021 03:42:33 +0000
Subject: [PATCH] Change typo from 'mass' as a key for length units conversion
 in the...

---
 AUTHORS.md          | 1 +
 bilby/gw/eos/eos.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS.md b/AUTHORS.md
index 71baaa6e9..d912c0a1f 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -27,6 +27,7 @@ Gregory Ashton
 Hector Estelles
 Ignacio Magaña Hernandez
 Isobel Marguarethe Romero-Shaw
+Jack Heinzel
 Jade Powell
 James A Clark
 Jeremy G Baier
diff --git a/bilby/gw/eos/eos.py b/bilby/gw/eos/eos.py
index 0f5ff179e..5693fb33e 100644
--- a/bilby/gw/eos/eos.py
+++ b/bilby/gw/eos/eos.py
@@ -17,7 +17,7 @@ conversion_dict = {'pressure': {'cgs': C_SI ** 4. / G_SI * 10., 'si': C_SI ** 4.
                    'pseudo_enthalpy': {'dimensionless': 1.},
                    'mass': {'g': C_SI ** 2. / G_SI * 1000, 'kg': C_SI ** 2. / G_SI, 'geom': 1.,
                             'm_sol': C_SI ** 2. / G_SI / MSUN_SI},
-                   'radius': {'cm': 100., 'mass': 1., 'km': .001},
+                   'radius': {'cm': 100., 'm': 1., 'km': .001},
                    'tidal_deformability': {'geom': 1.}}
 
 
-- 
GitLab