Skip to content

Commit

Permalink
add param
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 31, 2024
1 parent fd8cf70 commit dfab0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dgipy/integrations/clinical_trials.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def _add_study_to_output(output: dict[str, list], drug_name: str, study: Study)
"""Update `output` in-place with results from study
:param output: in-progress raw columnar data
:param drug_name: name of drug that was searched
:param study: clinical trial study data to add to output
"""
output["drug_name"].append(drug_name.upper())
Expand Down

0 comments on commit dfab0a6

Please sign in to comment.