Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Sep 10, 2024
1 parent aa133fc commit 6e63d8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions orbitize/hipparcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e63d8e

Please sign in to comment.