Skip to content

Commit

Permalink
correct name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 28, 2023
1 parent 160facc commit 916c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dust_extinction/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def evaluate(in_x, C1, C2, B3, C4, xo, gamma):
x = _get_x_in_wavenumbers(in_x)

# check that the wavenumbers are within the defined range
_test_valid_x_range(x, x_range_FM90, "FM90")
_test_valid_x_range(x, x_range_FM90, "FM90_B3")

# linear term
exvebv = C1 + C2 * x
Expand Down

0 comments on commit 916c754

Please sign in to comment.