Skip to content

Commit

Permalink
Removed default
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Mar 11, 2025
1 parent 2ac0810 commit 196d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bika/lims/content/abstractanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def isBelowLimitOfQuantification(self):
return False

lloq = self.getLowerLimitOfQuantification()
return api.to_float(result, lloq) < api.to_float(lloq)
return api.to_float(result) < api.to_float(lloq)

@security.public
def isAboveLimitOfQuantification(self):
Expand Down

0 comments on commit 196d615

Please sign in to comment.