Skip to content

Commit

Permalink
Merge pull request #230 from discsim/geom_bug
Browse files Browse the repository at this point in the history
Fixed typo in geometry printing
  • Loading branch information
jeffjennings authored Oct 31, 2024
2 parents 484e6f4 + f773400 commit 63f438f
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 63f438f

Please sign in to comment.