Skip to content

Commit

Permalink
Fixed last-minute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurea committed Jan 16, 2025
1 parent 5efc1f7 commit f0ef799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/proj/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def coords(self, fplane=None, output=None):
fplane = FocalPlane.boresight()
if output is not None:
output = output[None]
output = p.coords(self.Q, fplane.quats), output)
output = p.coords(self.Q, fplane.quats, output)
if collapse:
output = output[0]
return output
Expand Down

0 comments on commit f0ef799

Please sign in to comment.