Skip to content

Commit 2e7a281

Browse files
Jammy2211Jammy2211
authored andcommitted
fix unitt est
1 parent 01f0873 commit 2e7a281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_autolens/lens/test_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ def test__output_to_and_load_from_json():
896896
g0 = al.Galaxy(redshift=0.5, mass_profile=al.mp.IsothermalSph(einstein_radius=1.0))
897897
g1 = al.Galaxy(redshift=1.0)
898898

899-
tracer = al.Tracer(galaxies=[g0, g1], cosmology=al.cosmo.wrap.Planck15())
899+
tracer = al.Tracer(galaxies=[g0, g1], cosmology=al.cosmo.Planck15())
900900

901901
output_to_json(tracer, file_path=json_file)
902902

0 commit comments

Comments
 (0)