Skip to content

Commit

Permalink
Fix bug endless loop Open-source & transparancy obligations (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravimeijerrig authored Feb 4, 2025
1 parent f9f99c4 commit 049b0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions decision-tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ questions:
- "geen transparantieverplichting"
redirects:
- nextQuestionId: "2.11" #open-source
if: '!("open-source" in labels) || !("geen open-source" in labels)'
if: '!("open-source" in labels) && !("geen open-source" in labels)'
- nextConclusionId: "14.0.2"
if: '"aanbieder" in labels && "gebruiksverantwoordelijke" in labels && "AI-systeem" in labels && "hoog-risico AI" in labels'
- nextConclusionId: "14.0.4"
Expand Down Expand Up @@ -795,7 +795,7 @@ questions:
- "geen transparantieverplichting"
redirects:
- nextQuestionId: "2.11"
if: '!("open-source" in labels) || !("geen open-source" in labels)'
if: '!("open-source" in labels) && !("geen open-source" in labels)'
- nextConclusionId: "14.0.2"
if: '"aanbieder" in labels && "gebruiksverantwoordelijke" in labels && "AI-systeem" in labels && "hoog-risico AI" in labels'
- nextConclusionId: "14.0.4"
Expand Down Expand Up @@ -881,7 +881,7 @@ questions:
- "geen open-source"
redirects:
- nextQuestionId: "2.9" #transparantieverplichting
if: '!("transparantieverplichting" in labels) || !("geen transparantieverplichting" in labels)'
if: '!("transparantieverplichting" in labels) && !("geen transparantieverplichting" in labels)'
- nextConclusionId: "14.0.2"
if: '"aanbieder" in labels && "gebruiksverantwoordelijke" in labels && "AI-systeem" in labels && "hoog-risico AI" in labels'
- nextConclusionId: "14.0.4"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/decision-tree.json

Large diffs are not rendered by default.

0 comments on commit 049b0f3

Please sign in to comment.