From d652f99f99d9ede2791460c19129c35221a9a7fb Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:58:32 -0400 Subject: [PATCH] Update src/tdastro/util_nodes/np_random.py Co-authored-by: Konstantin Malanchev --- src/tdastro/util_nodes/np_random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tdastro/util_nodes/np_random.py b/src/tdastro/util_nodes/np_random.py index 9029a0ba..71478c30 100644 --- a/src/tdastro/util_nodes/np_random.py +++ b/src/tdastro/util_nodes/np_random.py @@ -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 ----------