Skip to content

Commit b71db8b

Browse files
authored
Apply suggestion from @beckermr
1 parent 7b35ae8 commit b71db8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/jax/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def _reg_fun(p):
388388
]:
389389
continue
390390

391-
# jax-galsim Bounds classes do not store xmin, ymin
391+
# jax-galsim Bounds classes do not store xmax, ymax
392392
# and have extra method
393393
if issubclass(cls, jax_galsim.Bounds) and method in [
394394
"xmax",

0 commit comments

Comments
 (0)