From eb81d9c6ac2a5f82ecc4149e869968ff24235653 Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:59:38 -0500 Subject: [PATCH] Update physical_model.py --- src/tdastro/sources/physical_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tdastro/sources/physical_model.py b/src/tdastro/sources/physical_model.py index 5dc7278..8b1a5c9 100644 --- a/src/tdastro/sources/physical_model.py +++ b/src/tdastro/sources/physical_model.py @@ -141,7 +141,7 @@ def evaluate(self, times, wavelengths, graph_state=None, given_args=None, rng_in Returns ------- flux_density : `numpy.ndarray` - A length S x T x N matrix of SED values (in nJy), where S is the number of samples, + A length S x T x N matrix of SED values (in nJy), where S is the number of samples, T is the number of time steps, and N is the number of wavelengths. If S=1 then the function returns a T x N matrix. """