-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
"Similarly to return_units, this should be dictionary that maps the return values of a model to units. If evaluate() was called with quantities but returns unitless values, the units are added to the output. If the return values are quantities in different units, they are converted to return_units."
- "Similarly to
return_units" does not make sense. Replace "to" with "in"? Or reword it? - What is the name of return values? For example, for
BlackBody1D, is ity(as stated in API doc ofevaluate()orfnu(the actual variable name that is returned)? How does a user find this without code-diving? Answer:y
Reactions are currently unavailable