diff --git a/AUTHORS.md b/AUTHORS.md index 71baaa6e947fae44cd327ab1a2506cc5afa9004c..d912c0a1fcd06433a9ac29d6f7933a38374e2d14 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 0f5ff179eccce2f502e4062edca56a5dfe8c8934..5693fb33e927153ba3a577a592bc6fe557b5944e 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.}}