Skip to content

Commit a1db68c

Browse files
Jammy2211Jammy2211
authored andcommitted
fix interferometer test
1 parent 489be2b commit a1db68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_autogalaxy/interferometer/model/test_plotter_interface_interferometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test__fit_interferometer(
4444
assert path.join(plot_path, "subplot_fit.png") in plot_patch.paths
4545

4646
image = ag.ndarray_via_fits_from(
47-
file_path=path.join(plot_path, "model_galaxy_images.fits"), hdu=1
47+
file_path=path.join(plot_path, "galaxy_images.fits"), hdu=1
4848
)
4949

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

0 commit comments

Comments
 (0)