Skip to content

Commit

Permalink
fix: wrong attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 9, 2024
1 parent 469e139 commit 4c350ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_galsim/interpolant.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def xrange(self):
return 2.0

@property
@implements(_galsim.interpolant.ixrange)
@implements(_galsim.interpolant.Cubic.ixrange)
def ixrange(self):
return 4

Expand Down

0 comments on commit 4c350ee

Please sign in to comment.