Skip to content

Commit

Permalink
Merge pull request #416 from noharm-ai/develop
Browse files Browse the repository at this point in the history
disable concilia ml model (temp)
  • Loading branch information
marceloarocha authored Dec 2, 2024
2 parents a6be1cf + 5f18fe4 commit 357e973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/prescription_view_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ def _get_drug_data(
)
concilia_list = drug_list.conciliaList(concilia_drugs, [])

if is_complete and concilia_list:
p_drugs = drug_list.infer_substance(pDrugs=p_drugs)
# if is_complete and concilia_list:
# p_drugs = drug_list.infer_substance(pDrugs=p_drugs)

return {
"drug_list": drug_list,
Expand Down

0 comments on commit 357e973

Please sign in to comment.