We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629904b commit a6a169cCopy full SHA for a6a169c
1 file changed
test_autogalaxy/profiles/mass/dark/test_nfw_scatter.py
@@ -60,10 +60,10 @@ def test__scatter_is_nonzero():
60
61
assert deflections_sph[0] != pytest.approx(deflections_ell[0], 1.0e-4)
62
63
- # Testing the cored NFW
64
+
65
+def test__scatter_is_nonzero_cored():
66
cnfw_sph = ag.mp.cNFWMCRScatterLudlowSph(
- ell_comps=(0.5, 0.5),
67
mass_at_200=1.0e9,
68
scatter_sigma=1.0,
69
f_c=0.01,
@@ -74,7 +74,6 @@ def test__scatter_is_nonzero():
74
assert cnfw_sph.scale_radius == pytest.approx(0.14978, 1.0e-4)
75
76
77
78
79
scatter_sigma=-1.0,
80
0 commit comments