From ef8ce99ac21371f38d123f0c32f1ffbbb9c5d761 Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Fri, 8 Dec 2023 10:52:37 -0500 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20repr=20=5FG=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nstarman --- src/galdynamix/potential/_potential/composite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galdynamix/potential/_potential/composite.py b/src/galdynamix/potential/_potential/composite.py index 077f692a..3c0b3a15 100644 --- a/src/galdynamix/potential/_potential/composite.py +++ b/src/galdynamix/potential/_potential/composite.py @@ -30,7 +30,7 @@ class CompositePotential(ImmutableDict[AbstractPotentialBase], AbstractPotential static=True, converter=lambda x: dimensionless if x is None else UnitSystem(x), ) - _G: float = eqx.field(init=False, static=True) + _G: float = eqx.field(init=False, static=True, repr=False) def __init__( self,