Skip to content

Commit

Permalink
reverse exception as it was the wrong one
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Jun 12, 2024
1 parent 4383bf6 commit 5c5e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenstronomy/Data/psf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def set_pixel_size(self, deltaPix):
if self.psf_type == "GAUSSIAN":
try:
del self._kernel_point_source
except NameError:
except:
pass

@property
Expand Down

0 comments on commit 5c5e340

Please sign in to comment.