Skip to content

Commit

Permalink
exception on regularization weight plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Dec 30, 2023
1 parent da2eb30 commit d974108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoarray/inversion/plot/inversion_plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def figures_2d_of_pixelization(
filename="regularization_weights",
),
)
except IndexError:
except (IndexError, ValueError):
pass

def subplot_of_mapper(
Expand Down

0 comments on commit d974108

Please sign in to comment.