Skip to content

Commit f12c9f5

Browse files
Apply suggestion from @ismael-mendoza
Co-authored-by: Ismael Mendoza <11745764+ismael-mendoza@users.noreply.github.com>
1 parent be78240 commit f12c9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jax_galsim/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def _raise_if_nonzero(bnds, x_or_y, msg):
763763
self.bounds, "x", "hermitian == 'x' requires self.bounds.xmin == 0"
764764
)
765765
bounds = _raise_if_nonzero(
766-
bounds, "x", "hermitian == 'x' requires self.bounds.xmin == 0"
766+
bounds, "x", "hermitian == 'x' requires bounds.xmin == 0"
767767
)
768768

769769
return self._wrap(bounds, True, False, 2 * bounds.xmax)

0 commit comments

Comments
 (0)