Skip to content

Commit 29177d1

Browse files
Jammy2211Jammy2211
authored andcommitted
fix unitt est by making interferometer plotter look for galaxy images.fits
1 parent 9e1a022 commit 29177d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_autolens/interferometer/model/test_plotter_interface_interferometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test__fit_interferometer(
3232
assert path.join(plot_path, "subplot_fit_dirty_images.png") in plot_patch.paths
3333

3434
image = al.ndarray_via_fits_from(
35-
file_path=path.join(plot_path, "model_galaxy_images.fits"), hdu=0
35+
file_path=path.join(plot_path, "galaxy_images.fits"), hdu=0
3636
)
3737

3838
assert image.shape == (5, 5)

0 commit comments

Comments
 (0)