Skip to content

Commit

Permalink
Fixing Black errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Mar 25, 2024
1 parent 9bbf8cb commit 5e14c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esis/flights/f2/optics/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def design_proposed(

c0 = 1 / (2700 / u.mm)
c1 = -2.852e-5 * (u.um / u.mm)
c2 = -2.112e-7 * (u.um / u.mm ** 2)
c2 = -2.112e-7 * (u.um / u.mm**2)

result.grating.rulings.spacing.coefficients[0].nominal = c0
result.grating.rulings.spacing.coefficients[1].nominal = c1
Expand Down

0 comments on commit 5e14c28

Please sign in to comment.