Skip to content

Commit

Permalink
Bugfix thanks to #32
Browse files Browse the repository at this point in the history
  • Loading branch information
USM-CHU-FGuyon committed Jul 3, 2024
1 parent c40f454 commit d99fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database_processing/newmedicationprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self,
def _dose_unit_expressions(self):
exprs = []
if self.dose_unit_conversion_dic is None:
return exprs
return exprs, {}

unit_replacements = {old_label: v['omop_code'] for old_label, v in self.dose_unit_conversion_dic.items()}

Expand Down

0 comments on commit d99fc64

Please sign in to comment.