Skip to content

Commit 80bc2a5

Browse files
Jammy2211Jammy2211
authored andcommitted
updat eunit test shapes
1 parent a4ce9db commit 80bc2a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test_autoarray/dataset/plot/test_imaging_plotters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def test__output_as_fits__correct_output_format(
8181
file_path=path.join(plot_path, "data.fits"), hdu=0
8282
)
8383

84-
assert image_from_plot.shape == (7, 7)
84+
assert image_from_plot.shape == (5, 5)

test_autoarray/fit/plot/test_fit_imaging_plotters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def test__output_as_fits__correct_output_format(
8787
file_path=path.join(plot_path, "data.fits"), hdu=0
8888
)
8989

90-
assert image_from_plot.shape == (7, 7)
90+
assert image_from_plot.shape == (5, 5)

0 commit comments

Comments
 (0)