Skip to content

Commit

Permalink
Update physical_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Dec 4, 2024
1 parent e57a2f9 commit eb81d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdastro/sources/physical_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit eb81d9c

Please sign in to comment.