From 6e63d8e150d6b4c8cd75fd238a7ca4c2c1d1e202 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Tue, 10 Sep 2024 15:27:07 -0700 Subject: [PATCH] clean up --- orbitize/hipparcos.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/orbitize/hipparcos.py b/orbitize/hipparcos.py index 2469cfd4..64f61412 100644 --- a/orbitize/hipparcos.py +++ b/orbitize/hipparcos.py @@ -316,10 +316,7 @@ def __init__( self.eps = np.sqrt(self.eps**2 - self.var**2) if brandt_correction: - self.eps = np.sqrt(self.eps**2 + self.var**2) - import pdb - - pdb.set_trace() + self.eps = np.sqrt(self.eps**2 + 2.25**2) epochs = Time(times, format="decimalyear") self.epochs = epochs.decimalyear