Correct logic error in treatment of special green rule 17 and 22
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:38
| Stage: test |
Download artifacts
No artifacts found |
As written the condition read
(TAG(theElement) == PYRAMID && NSONS(theFather)==9) || other_condition
that is ECLASS(theElement) == GREEN_CLASS
was not always checked.
We assume this was not intentional.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:38
| Stage: test |
Download artifacts
No artifacts found |