You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the Varian DICOM test file with induced error, we get the following image:
However, the max_error_leaf pair is reported as 9, which is not correct as the leaf pair according to the image is 31 (Varian numbering) or leaf 20 (counting top to bottom of image). This seems to be a regression from previous versions (2.3.2) which reported the correct value?
Describe the bug
When using the Varian DICOM test file with induced error, we get the following image:
However, the
max_error_leaf
pair is reported as 9, which is not correct as the leaf pair according to the image is 31 (Varian numbering) or leaf 20 (counting top to bottom of image). This seems to be a regression from previous versions (2.3.2) which reported the correct value?To Reproduce
pip install pylinac
9
pip install pylinac==2.3.2
20
Expected behavior
Leaf pair 20 to be the maximum leaf error pair.
The text was updated successfully, but these errors were encountered: