Skip to content

Commit

Permalink
Update src/tdastro/util_nodes/np_random.py
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Malanchev <[email protected]>
  • Loading branch information
jeremykubica and hombit authored Jul 18, 2024
1 parent 6a4c3cd commit d652f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdastro/util_nodes/np_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def set_graph_base_seed(self, graph_base_seed):
self.func = getattr(self._rng, self.func_name)

def compute(self, **kwargs):
"""Execute the wrapped JAX sampling function.
"""Execute the wrapped numpy random number generator method.
Parameters
----------
Expand Down

0 comments on commit d652f99

Please sign in to comment.