Skip to content

Commit

Permalink
Fixed typo in geometry printing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbooth200 committed Oct 31, 2024
1 parent a4dc80b commit e5b3744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frank/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def rescale_factor(self):
return 1.0 / np.cos(self._inc * deg_to_rad)

def __repr__(self):
return "SourceGeometry(inc={}, PA={}, dRA={}, dDEC={})".format(
return "SourceGeometry(inc={}, PA={}, dRA={}, dDec={})".format(
self.inc, self.PA, self.dRA, self.dDec
)

Expand Down

0 comments on commit e5b3744

Please sign in to comment.