Make the class-method docstring better reflect the return value #156
Make the class-method docstring better reflect the return value #1560Navin0 wants to merge 2 commits intoLSSTDESC:mainfrom
Conversation
Mention lensing magnification of SED in the doc-string.
The classes `DiffskyObject` (diffsky_object.py) and `GalaxyObject` (galaxy_object.py) inherit from `BaseObject` class (base_object.py). They redefine the method `get_total_observer_sed` to include lensing magnification but their docstrings didn't reflect that. This commit corrects the docstring to reflect for this change.
arunkannawadi
left a comment
There was a problem hiding this comment.
There is also this method and docstring in base_object that needs to be changed as well. Is including 'lensing magnification' the critical change here?
|
It seems that the Did it answer your question? The change was not too much, but I thought it might be helpful to update the docstrings. |
|
Apparently, this type of |
No description provided.