Skip to content

Commit 2610daa

Browse files
authored
Apply suggestions from code review
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
1 parent 7486ffb commit 2610daa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

jax_galsim/random.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def _seed(self, seed=None):
105105

106106
@implements(
107107
_galsim.BaseDeviate.reset,
108-
lax_description=("The JAX version of this method does no type checking."),
109108
)
110109
def reset(self, seed=None):
111110
if isinstance(seed, _DeviateState):

0 commit comments

Comments
 (0)