Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 16, 2024
1 parent 3ff974e commit 1c92e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dust_extinction/tests/test_fm90.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_elvebv_cor_vals():

# correct values
# fmt: off
cor_vals = np.array([2.995507, 4.187955, 6.70251, 5.723752, 4.757428,
cor_vals = np.array([2.995507, 4.187955, 6.70251, 5.723752, 4.757428,
5.490276, 9.285265, 12.462183])
# fmt: on

Expand Down Expand Up @@ -86,7 +86,7 @@ def test_FM90_fitting():
]

# fmt: off
good_vals = np.array([-0.941674, 1.013711, 2.725373, 0.301217,
good_vals = np.array([-0.941674, 1.013711, 2.725373, 0.301217,
4.589078, 0.948576])
# fmt: on

Expand Down

0 comments on commit 1c92e21

Please sign in to comment.