From 02c2912f9336c60abb09175f65417fdcc014d04a Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Sat, 25 Nov 2023 12:48:23 -0500 Subject: [PATCH] oops using old name export --- gala/potential/potential/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gala/potential/potential/core.py b/gala/potential/potential/core.py index 1b39073e..7d0c4846 100644 --- a/gala/potential/potential/core.py +++ b/gala/potential/potential/core.py @@ -913,7 +913,7 @@ def to_galpy_potential(self, ro=None, vo=None): ro : quantity-like (optional) vo : quantity-like (optional) """ - return self.export("galpy", ro=ro, vo=vo) + return self.as_interop("galpy", ro=ro, vo=vo) def as_interop(self, package, **kwargs): """Interoperability with other Galactic dynamics packages