From bc6e1bf1b7b93d63899d56edc0348490e907bf68 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Sun, 24 Nov 2024 16:02:29 -0500 Subject: [PATCH] cleanup --- dust_extinction/shapes.py | 2 +- dust_extinction/tests/test_corvals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dust_extinction/shapes.py b/dust_extinction/shapes.py index ee1c3d0..8847208 100644 --- a/dust_extinction/shapes.py +++ b/dust_extinction/shapes.py @@ -97,7 +97,7 @@ def _curve_F99_method( # FM90 model and values if fm90_version == "B3": - fm90_model = FM90(C1=C1, C2=C2, B3=bump_param, C4=C4, xo=xo, gamma=gamma) + fm90_model = FM90_B3(C1=C1, C2=C2, B3=bump_param, C4=C4, xo=xo, gamma=gamma) else: fm90_model = FM90(C1=C1, C2=C2, C3=bump_param, C4=C4, xo=xo, gamma=gamma) # evaluate model and get results in A(x)/A(V) diff --git a/dust_extinction/tests/test_corvals.py b/dust_extinction/tests/test_corvals.py index e11e0e4..1b5af11 100644 --- a/dust_extinction/tests/test_corvals.py +++ b/dust_extinction/tests/test_corvals.py @@ -60,7 +60,7 @@ "atol": 4e-3, # from Fitzpatrick (1999) Table 3 # keep optical from Fitzpatrick (1999), - # replce NIR with Fitzpatrick (2004) function for Rv=3.1: + # replace NIR with Fitzpatrick (2004) function for Rv=3.1: # (0.63*3.1 - 0.84)*x**1.84 }, M14: {