Skip to content

Commit a6a169c

Browse files
author
NiekWielders
committed
removed ell_comps in cnfw test
1 parent 629904b commit a6a169c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test_autogalaxy/profiles/mass/dark/test_nfw_scatter.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ def test__scatter_is_nonzero():
6060

6161
assert deflections_sph[0] != pytest.approx(deflections_ell[0], 1.0e-4)
6262

63-
# Testing the cored NFW
6463

64+
65+
def test__scatter_is_nonzero_cored():
6566
cnfw_sph = ag.mp.cNFWMCRScatterLudlowSph(
66-
ell_comps=(0.5, 0.5),
6767
mass_at_200=1.0e9,
6868
scatter_sigma=1.0,
6969
f_c=0.01,
@@ -74,7 +74,6 @@ def test__scatter_is_nonzero():
7474
assert cnfw_sph.scale_radius == pytest.approx(0.14978, 1.0e-4)
7575

7676
cnfw_sph = ag.mp.cNFWMCRScatterLudlowSph(
77-
ell_comps=(0.5, 0.5),
7877
mass_at_200=1.0e9,
7978
scatter_sigma=-1.0,
8079
f_c=0.01,

0 commit comments

Comments
 (0)