From 80c5afeb2ae0f6b6da799803ce1c3f0f1253851e Mon Sep 17 00:00:00 2001 From: aruderman Date: Tue, 29 Oct 2024 11:10:28 -0300 Subject: [PATCH] added more functions to Profile Fitting --- galpynostatic/simulation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/galpynostatic/simulation.py b/galpynostatic/simulation.py index 35a1bcd..e498e6b 100644 --- a/galpynostatic/simulation.py +++ b/galpynostatic/simulation.py @@ -894,6 +894,7 @@ def plot_fit(self, ax=None, plt_kws=None): self.logxi, self.logell, isotherm=self.isotherm, + vcut=self.vcut, ) iso.run()