Skip to content

Commit f773400

Browse files
committedOct 31, 2024·
Fixed typo in geometry printing
1 parent 484e6f4 commit f773400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎frank/geometry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def rescale_factor(self):
364364
return 1.0 / np.cos(self._inc * deg_to_rad)
365365

366366
def __repr__(self):
367-
return "SourceGeometry(inc={}, PA={}, dRA={}, dDEC={})".format(
367+
return "SourceGeometry(inc={}, PA={}, dRA={}, dDec={})".format(
368368
self.inc, self.PA, self.dRA, self.dDec
369369
)
370370

0 commit comments

Comments
 (0)
Please sign in to comment.