Skip to content

Fix duplicate output variable error on OR selection

Baptiste Ravina requested to merge ravinab/athena:fix_nightly into main

This MR fixes the issues with unit tests introduced in !73504 (merged), by preventing standalone OR selections from creating the same output variable twice (causing a crash).

Merge request reports