Dose Area Product with zero value is handled incorrectly
Issue #565
resolved
The value of the DAP is not shown for a rdsr with an event having a DAP value of 0 (and a very small reference dose) Also the skin dose mapping fails on this zero value. Reason is that
if dose_area_product:
is used and a float with zero value will evaluate to false
Comments (3)
-
reporter -
Copying CHANGES into docs/changes.rst. Refs
#565→ <<cset d82460f27556>>
-
- changed status to resolved
Merged in Issue565DAPIsZeroHandledIncorrectly (pull request #133)
Fixes
#565Dose Area Product with zero value is handled incorrectlyThanks @LuukO
→ <<cset 095de7aa2b88>>
- Log in to comment
Refs
#565Dose Area Product with zero value is handled incorrectlyChanged 'if dap:' statements to try-except statements to handle zero values correctly.
→ <<cset 5152cb1f6925>>