@@ -49,7 +49,7 @@ def test_longer(aggregate):
4949 [
5050 SubplotFit .NormalizedResidualMap ,
5151 SubplotFit .SourcePlaneNoZoom ,
52- SubplotFit .SourceModelImage ,
52+ SubplotFit .SourceModelData ,
5353 ],
5454 )
5555
@@ -61,7 +61,7 @@ def test_subplot_width(aggregate):
6161 [
6262 SubplotFit .NormalizedResidualMap ,
6363 SubplotFit .SourcePlaneNoZoom ,
64- SubplotFit .SourceModelImage ,
64+ SubplotFit .SourceModelData ,
6565 ],
6666 subplot_width = 2 ,
6767 )
@@ -76,7 +76,7 @@ def test_output_to_folder(aggregate, output_directory):
7676 [
7777 SubplotFit .Data ,
7878 SubplotFit .SourcePlaneZoomed ,
79- SubplotFit .SourceModelImage ,
79+ SubplotFit .SourceModelData ,
8080 ],
8181 )
8282 assert list (Path (output_directory ).glob ("*.png" ))
@@ -89,7 +89,7 @@ def test_list_of_names(aggregate, output_directory):
8989 [
9090 SubplotFit .Data ,
9191 SubplotFit .SourcePlaneZoomed ,
92- SubplotFit .SourceModelImage ,
92+ SubplotFit .SourceModelData ,
9393 ],
9494 )
9595 assert set ([path .name for path in Path (output_directory ).glob ("*.png" )]) == set ([
@@ -109,7 +109,7 @@ def test_output_to_folder_name(
109109 [
110110 SubplotFit .Data ,
111111 SubplotFit .SourcePlaneZoomed ,
112- SubplotFit .SourceModelImage ,
112+ SubplotFit .SourceModelData ,
113113 ],
114114 )
115115
@@ -128,7 +128,7 @@ def test_custom_images(
128128 [
129129 SubplotFit .Data ,
130130 SubplotFit .SourcePlaneZoomed ,
131- SubplotFit .SourceModelImage ,
131+ SubplotFit .SourceModelData ,
132132 images ,
133133 ]
134134 )
@@ -144,7 +144,7 @@ def make_image(output):
144144 [
145145 SubplotFit .Data ,
146146 SubplotFit .SourcePlaneZoomed ,
147- SubplotFit .SourceModelImage ,
147+ SubplotFit .SourceModelData ,
148148 make_image ,
149149 ]
150150 )
0 commit comments