We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0873 commit 2e7a281Copy full SHA for 2e7a281
1 file changed
test_autolens/lens/test_tracer.py
@@ -896,7 +896,7 @@ def test__output_to_and_load_from_json():
896
g0 = al.Galaxy(redshift=0.5, mass_profile=al.mp.IsothermalSph(einstein_radius=1.0))
897
g1 = al.Galaxy(redshift=1.0)
898
899
- tracer = al.Tracer(galaxies=[g0, g1], cosmology=al.cosmo.wrap.Planck15())
+ tracer = al.Tracer(galaxies=[g0, g1], cosmology=al.cosmo.Planck15())
900
901
output_to_json(tracer, file_path=json_file)
902
0 commit comments