Open jonesse3 opened 23 hours ago
In Google-style docstrings, the type of each parameter should be specified in parentheses after the parameter name in the Args section. See example:
Args: parameter_name (type): Description of the parameter.
I'll add the types today and ignore Cursor.AI's message that it's redundant to have both types in the Args and function signature.
@adpartin It has been fixed, please review.
Addresses: Work on docstrings for drug response application #164