Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Include cq_value field in inhibitionscalculatedilutionfactor response
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronstephenson committed Apr 24, 2019
1 parent c8a4125 commit c245301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lideservices/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ def post(self, request):
# suggested_dilution_factor = 5
# if cq > 36.0 or cq is None:
# suggested_dilution_factor = 10
new_data = {"id": inhib.id, "sample": sample,
new_data = {"id": inhib.id, "sample": sample, "cq_value": cq,
"suggested_dilution_factor": suggested_dilution_factor}
response_data.append(new_data)
else:
Expand Down

0 comments on commit c245301

Please sign in to comment.