Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Oct 25, 2024
1 parent c5e50db commit 769b348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_autoarray/inversion/plot/test_inversion_plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test__individual_attributes_are_output_for_all_mappers(
mesh_pixels_per_image_pixels=True,
image_pixels_per_mesh_pixel=True,
errors=True,
signal_to_noise_map=True,
regularization_weights=True,
)

Expand All @@ -76,6 +77,7 @@ def test__individual_attributes_are_output_for_all_mappers(
assert path.join(plot_path, "mesh_pixels_per_image_pixels.png") in plot_patch.paths
assert path.join(plot_path, "image_pixels_per_mesh_pixel.png") in plot_patch.paths
assert path.join(plot_path, "errors.png") in plot_patch.paths
assert path.join(plot_path, "signal_to_noise_map.png") in plot_patch.paths
assert path.join(plot_path, "regularization_weights.png") in plot_patch.paths

plot_patch.paths = []
Expand Down

0 comments on commit 769b348

Please sign in to comment.