JDACS4C-IMPROVE / IMPROVE

Libraries and scripts for basic IMPROVE functionalities
MIT License
1 stars 3 forks source link

Update drug_utils.py #174

Open jonesse3 opened 23 hours ago

jonesse3 commented 23 hours ago

Addresses: Work on docstrings for drug response application #164

adpartin commented 14 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.

https://github.com/JDACS4C-IMPROVE/IMPROVE/blob/f5d3cc6238dc6bb1fc875b81e496a9e278c3b0c3/improvelib/applications/drug_response_prediction/drp_utils.py#L28

jonesse3 commented 3 hours ago

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.

jonesse3 commented 2 hours ago

@adpartin It has been fixed, please review.